#7BACEC

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

Shades of Jordy Blue #7BACEC

Tints of Jordy Blue #7BACEC

Color information

#7BACEC (or 0x7BACEC) is unknown color: approx Jordy Blue. HEX triplet: 7B, AC and EC. RGB value is (123,172,236). Sum of RGB (Red+Green+Blue) = 123+172+236=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACEC is #845313. Grayscale: #A4A4A4. Windows color (decimal): -8672020 or 15510651. OLE color: 15510651.

HSL color Cylindrical-coordinate representation of color #7BACEC: hue angle of 213.98º 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 #7BACEC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123172236-
CMYK0.480.2700.07
HSL213.98º74.83%70.39%-
HSV(B)213.98º47.88%92.55%-
XYZ38.0639.7785.03-
YUV164.64168.2798.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=23.16%
G=32.39%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231722360.480.2700.07213.9874.8370.39
Hex7BACEC301B07d64b46
Octal173254354603307326113106
Binary111101110101100111011001100001101101111101011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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