#7BABEC

Color #7BABEC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7BABEC

Tints of Jordy Blue #7BABEC

Color information

#7BABEC (or 0x7BABEC) is unknown color: approx Jordy Blue. HEX triplet: 7B, AB and EC. RGB value is (123,171,236). Sum of RGB (Red+Green+Blue) = 123+171+236=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BABEC is #845413. Grayscale: #A3A3A3. Windows color (decimal): -8672276 or 15510395. OLE color: 15510395.

HSL color Cylindrical-coordinate representation of color #7BABEC: hue angle of 214.51º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BABEC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123171236-
CMYK0.480.2800.07
HSL214.51º74.83%70.39%-
HSV(B)214.51º47.88%92.55%-
XYZ37.8739.3984.96-
YUV164.06168.698.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=23.21%
G=32.26%
B=44.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231712360.480.2800.07214.5174.8370.39
Hex7BABEC301C07d74b46
Octal173253354603407327113106
Binary111101110101011111011001100001110001111101011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BABEC; }

 p { color: rgb(123,171,236); }

 H1.HeaderClassName
 {
   color: #7BABEC;
 }
 .AnyTagClassName
 {
   color: #7BABEC;
 }
</style>
background-color css

<style>
 a { background-color: #7BABEC; }

 a { background-color: rgb(123,171,236); }

 div.DivClassName
 {
   background-color: #7BABEC;
 }
 .BgClassName
 {
   background-color: #7BABEC;
 }
</style>
border-color css

<style>
 span { border-color: #7BABEC; }

 span { border-color: rgb(123,171,236); }

 td.TdClassName
 {
   border-color: #7BABEC;
 }
 .TagClassName
 {
   border-color: #7BABEC;
 }
</style>