Html Css Color HEX #CFDEFB Hawkes Blue

📋 copy color: '#CFDEFB'

red 207 ◦ green 222 ◦ blue 251

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

Shades of Hawkes Blue #CFDEFB

Tints of Hawkes Blue #CFDEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 30.44%
G = 32.65%
B = 36.91%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFDEFB (or 0xCFDEFB) is known color: Hawkes Blue. HEX triplet: CF, DE and FB. RGB value is (207,222,251). Sum of RGB (Red+Green+Blue) = 207+222+251=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEFB is #302104. Grayscale: #DCDCDC. Windows color (decimal): -3154181 or 16506575. OLE color: 16506575.

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

Color convert

RGB 207 222 251 -
CMYK 0.18 0.12 0 0.02
HSL 219.55º 0.85% 0.9% -
HSV(B) 219.55º 0.18% 0.98% -
XYZ 69.27 72.47 101.6 -
YUV 220.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 207 222 251 0.18 0.12 0 0.02 219.55 0.85 0.9
Hex CF DE FB 12 C 0 2 DC 55 5A
Octal 317 336 373 22 14 0 2 334 125 132
Binary 11001111 11011110 11111011 10010 1100 0 10 11011100 1010101 1011010

Color Harmonies of #CFDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEFB

Black with #CFDEFB

Text Example


Text Example

White with #CFDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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