Html Css Color HEX #8CAFDF Jordy Blue

📋 copy color: '#8CAFDF'

red 140 ◦ green 175 ◦ blue 223

#8CAFDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #8CAFDF

Tints of Jordy Blue #8CAFDF

RGB

 RED value IS 140 (55.08% from 255) = 26.02%

 GREEN value IS 175 (68.75% from 255) = 32.53%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 26.02%
G = 32.53%
B = 41.45%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CAFDF (or 0x8CAFDF) is known color: Jordy Blue. HEX triplet: 8C, AF and DF. RGB value is (140,175,223). Sum of RGB (Red+Green+Blue) = 140+175+223=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFDF is #735020. Grayscale: #A9A9A9. Windows color (decimal): -7557153 or 14659468. OLE color: 14659468.

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

Color convert

RGB 140 175 223 -
CMYK 0.37 0.22 0 0.13
HSL 214.7º 0.56% 0.71% -
HSV(B) 214.7º 0.37% 0.87% -
XYZ 39.46 41.56 75.75 -
YUV 170.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 140 175 223 0.37 0.22 0 0.13 214.7 0.56 0.71
Hex 8C AF DF 25 16 0 D D7 38 47
Octal 214 257 337 45 26 0 15 327 70 107
Binary 10001100 10101111 11011111 100101 10110 0 1101 11010111 111000 1000111

Color Harmonies of #8CAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFDF

Black with #8CAFDF

Text Example


Text Example

White with #8CAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CAFDF;
 }
 .AnyTagClassName
 {
   color: #8CAFDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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