Html Css Color HEX #CFDEFC Hawkes Blue

📋 copy color: '#CFDEFC'

red 207 ◦ green 222 ◦ blue 252

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

Shades of Hawkes Blue #CFDEFC

Tints of Hawkes Blue #CFDEFC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.6%

 BLUE value IS 252 (98.83% from 255) = 37%

R = 30.4%
G = 32.6%
B = 37%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFDEFC (or 0xCFDEFC) is known color: Hawkes Blue. HEX triplet: CF, DE and FC. RGB value is (207,222,252). Sum of RGB (Red+Green+Blue) = 207+222+252=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEFC is #302103. Grayscale: #DCDCDC. Windows color (decimal): -3154180 or 16572111. OLE color: 16572111.

HSL color Cylindrical-coordinate representation of color #CFDEFC: hue angle of 220º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDEFC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 222 252 -
CMYK 0.18 0.12 0 0.01
HSL 220º 0.88% 0.9% -
HSV(B) 220º 0.18% 0.99% -
XYZ 69.42 72.54 102.44 -
YUV 220.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 207 222 252 0.18 0.12 0 0.01 220 0.88 0.9
Hex CF DE FC 12 C 0 1 DC 58 5A
Octal 317 336 374 22 14 0 1 334 130 132
Binary 11001111 11011110 11111100 10010 1100 0 1 11011100 1011000 1011010

Color Harmonies of #CFDEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEFC

Black with #CFDEFC

Text Example


Text Example

White with #CFDEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEFC; }

 p { color: rgb(207,222,252); }

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

background-color css

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

 a { background-color: rgb(207,222,252); }

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

border-color css

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

 span { border-color: rgb(207,222,252); }

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