Html Css Color HEX #CFD5EA Hawkes Blue

📋 copy color: '#CFD5EA'

red 207 ◦ green 213 ◦ blue 234

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

Shades of Hawkes Blue #CFD5EA

Tints of Hawkes Blue #CFD5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 31.65%
G = 32.57%
B = 35.78%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFD5EA (or 0xCFD5EA) is known color: Hawkes Blue. HEX triplet: CF, D5 and EA. RGB value is (207,213,234). Sum of RGB (Red+Green+Blue) = 207+213+234=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5EA is #302A15. Grayscale: #D5D5D5. Windows color (decimal): -3156502 or 15390159. OLE color: 15390159.

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

Color convert

RGB 207 213 234 -
CMYK 0.12 0.09 0 0.08
HSL 226.67º 0.39% 0.86% -
HSV(B) 226.67º 0.12% 0.92% -
XYZ 64.38 66.79 87.34 -
YUV 213.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 207 213 234 0.12 0.09 0 0.08 226.67 0.39 0.86
Hex CF D5 EA C 9 0 8 E3 27 56
Octal 317 325 352 14 11 0 10 343 47 126
Binary 11001111 11010101 11101010 1100 1001 0 1000 11100011 100111 1010110

Color Harmonies of #CFD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5EA

Black with #CFD5EA

Text Example


Text Example

White with #CFD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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