#7CAFDF

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

Shades of Jordy Blue #7CAFDF

Tints of Jordy Blue #7CAFDF

Color information

#7CAFDF (or 0x7CAFDF) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and DF. RGB value is (124,175,223). Sum of RGB (Red+Green+Blue) = 124+175+223=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFDF is #835020. Grayscale: #A4A4A4. Windows color (decimal): -8605729 or 14659452. OLE color: 14659452.

HSL color Cylindrical-coordinate representation of color #7CAFDF: hue angle of 209.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CAFDF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124175223-
CMYK0.440.2200.13
HSL209.09º60.74%68.04%-
HSV(B)209.09º44.39%87.45%-
XYZ36.9640.2775.64-
YUV165.22160.698.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.75%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=23.75%
G=33.52%
B=42.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241752230.440.2200.13209.0960.7468.04
Hex7CAFDF2C160Dd13d44
Octal174257337542601532175104
Binary111110010101111110111111011001011001101110100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,223); }

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

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

 a { background-color: rgb(124,175,223); }

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

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

 span { border-color: rgb(124,175,223); }

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