Html Css Color HEX #CFDAEA Hawkes Blue

📋 copy color: '#CFDAEA'

red 207 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #CFDAEA

Tints of Hawkes Blue #CFDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.08%

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

R = 31.41%
G = 33.08%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFDAEA (or 0xCFDAEA) is known color: Hawkes Blue. HEX triplet: CF, DA and EA. RGB value is (207,218,234). Sum of RGB (Red+Green+Blue) = 207+218+234=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAEA is #302515. Grayscale: #D8D8D8. Windows color (decimal): -3155222 or 15391439. OLE color: 15391439.

HSL color Cylindrical-coordinate representation of color #CFDAEA: hue angle of 215.56º 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 #CFDAEA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 218 234 -
CMYK 0.12 0.07 0 0.08
HSL 215.56º 0.39% 0.86% -
HSV(B) 215.56º 0.12% 0.92% -
XYZ 65.65 69.35 87.77 -
YUV 216.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 207 218 234 0.12 0.07 0 0.08 215.56 0.39 0.86
Hex CF DA EA C 7 0 8 D8 27 56
Octal 317 332 352 14 7 0 10 330 47 126
Binary 11001111 11011010 11101010 1100 111 0 1000 11011000 100111 1010110

Color Harmonies of #CFDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDAEA

Black with #CFDAEA

Text Example


Text Example

White with #CFDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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