Html Css Color HEX #CFD8F0 Hawkes Blue

📋 copy color: '#CFD8F0'

red 207 ◦ green 216 ◦ blue 240

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

Shades of Hawkes Blue #CFD8F0

Tints of Hawkes Blue #CFD8F0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.58%

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 31.22%
G = 32.58%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFD8F0 (or 0xCFD8F0) is known color: Hawkes Blue. HEX triplet: CF, D8 and F0. RGB value is (207,216,240). Sum of RGB (Red+Green+Blue) = 207+216+240=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8F0 is #30270F. Grayscale: #D7D7D7. Windows color (decimal): -3155728 or 15784143. OLE color: 15784143.

HSL color Cylindrical-coordinate representation of color #CFD8F0: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD8F0 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 216 240 -
CMYK 0.14 0.1 0 0.06
HSL 223.64º 0.52% 0.88% -
HSV(B) 223.64º 0.14% 0.94% -
XYZ 66.02 68.67 92.21 -
YUV 216.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 207 216 240 0.14 0.1 0 0.06 223.64 0.52 0.88
Hex CF D8 F0 E A 0 6 E0 34 58
Octal 317 330 360 16 12 0 6 340 64 130
Binary 11001111 11011000 11110000 1110 1010 0 110 11100000 110100 1011000

Color Harmonies of #CFD8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8F0

Black with #CFD8F0

Text Example


Text Example

White with #CFD8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8F0; }

 p { color: rgb(207,216,240); }

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

background-color css

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

 a { background-color: rgb(207,216,240); }

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

border-color css

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

 span { border-color: rgb(207,216,240); }

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