Html Css Color HEX #CFD4F2 Hawkes Blue

📋 copy color: '#CFD4F2'

red 207 ◦ green 212 ◦ blue 242

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

Shades of Hawkes Blue #CFD4F2

Tints of Hawkes Blue #CFD4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.07%

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 31.32%
G = 32.07%
B = 36.61%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFD4F2 (or 0xCFD4F2) is known color: Hawkes Blue. HEX triplet: CF, D4 and F2. RGB value is (207,212,242). Sum of RGB (Red+Green+Blue) = 207+212+242=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4F2 is #302B0D. Grayscale: #D5D5D5. Windows color (decimal): -3156750 or 15914191. OLE color: 15914191.

HSL color Cylindrical-coordinate representation of color #CFD4F2: hue angle of 231.43º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD4F2 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 212 242 -
CMYK 0.14 0.12 0 0.05
HSL 231.43º 0.57% 0.88% -
HSV(B) 231.43º 0.14% 0.95% -
XYZ 65.3 66.76 93.45 -
YUV 213.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 207 212 242 0.14 0.12 0 0.05 231.43 0.57 0.88
Hex CF D4 F2 E C 0 5 E7 39 58
Octal 317 324 362 16 14 0 5 347 71 130
Binary 11001111 11010100 11110010 1110 1100 0 101 11100111 111001 1011000

Color Harmonies of #CFD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD4F2

Black with #CFD4F2

Text Example


Text Example

White with #CFD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD4F2; }

 p { color: rgb(207,212,242); }

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

background-color css

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

 a { background-color: rgb(207,212,242); }

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

border-color css

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

 span { border-color: rgb(207,212,242); }

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