Html Css Color HEX #CFD5E8 Hawkes Blue

📋 copy color: '#CFD5E8'

red 207 ◦ green 213 ◦ blue 232

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

Shades of Hawkes Blue #CFD5E8

Tints of Hawkes Blue #CFD5E8

RGB

 RED value IS 207 (81.25% from 255) = 31.75%

 GREEN value IS 213 (83.59% from 255) = 32.67%

 BLUE value IS 232 (91.02% from 255) = 35.58%

R = 31.75%
G = 32.67%
B = 35.58%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CFD5E8 (or 0xCFD5E8) is known color: Hawkes Blue. HEX triplet: CF, D5 and E8. RGB value is (207,213,232). Sum of RGB (Red+Green+Blue) = 207+213+232=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFD5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5E8 is #302A17. Grayscale: #D5D5D5. Windows color (decimal): -3156504 or 15259087. OLE color: 15259087.

HSL color Cylindrical-coordinate representation of color #CFD5E8: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD5E8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 213 232 -
CMYK 0.11 0.08 0 0.09
HSL 225.6º 0.35% 0.86% -
HSV(B) 225.6º 0.11% 0.91% -
XYZ 64.09 66.68 85.84 -
YUV 213.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 207 213 232 0.11 0.08 0 0.09 225.6 0.35 0.86
Hex CF D5 E8 B 8 0 9 E2 23 56
Octal 317 325 350 13 10 0 11 342 43 126
Binary 11001111 11010101 11101000 1011 1000 0 1001 11100010 100011 1010110

Color Harmonies of #CFD5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5E8

Black with #CFD5E8

Text Example


Text Example

White with #CFD5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5E8; }

 p { color: rgb(207,213,232); }

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

background-color css

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

 a { background-color: rgb(207,213,232); }

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

border-color css

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

 span { border-color: rgb(207,213,232); }

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