#7CAFD5

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

Shades of Jordy Blue #7CAFD5

Tints of Jordy Blue #7CAFD5

Color information

#7CAFD5 (or 0x7CAFD5) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and D5. RGB value is (124,175,213). Sum of RGB (Red+Green+Blue) = 124+175+213=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #7CAFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFD5 is #83502A. Grayscale: #A3A3A3. Windows color (decimal): -8605739 or 14004092. OLE color: 14004092.

HSL color Cylindrical-coordinate representation of color #7CAFD5: hue angle of 205.62º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CAFD5 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124175213-
CMYK0.420.1800.16
HSL205.62º51.45%66.08%-
HSV(B)205.62º41.78%83.53%-
XYZ35.6539.7568.74-
YUV164.08155.699.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=24.22%
G=34.18%
B=41.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241752130.420.1800.16205.6251.4566.08
Hex7CAFD52A12010ce3342
Octal174257325522202031663102
Binary1111100101011111101010110101010010010000110011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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