#CFE1FB

Color #CFE1FB Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CFE1FB

Tints of Hawkes Blue #CFE1FB

Color information

#CFE1FB (or 0xCFE1FB) is unknown color: approx Hawkes Blue. HEX triplet: CF, E1 and FB. RGB value is (207,225,251). Sum of RGB (Red+Green+Blue) = 207+225+251=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1FB is #301E04. Grayscale: #DEDEDE. Windows color (decimal): -3153413 or 16507343. OLE color: 16507343.

HSL color Cylindrical-coordinate representation of color #CFE1FB: hue angle of 215.45º 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 #CFE1FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207225251-
CMYK0.180.1000.02
HSL215.45º84.62%89.8%-
HSV(B)215.45º17.53%98.43%-
XYZ70.0774.08101.87-
YUV222.58144.04116.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.31%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=30.31%
G=32.94%
B=36.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072252510.180.1000.02215.4584.6289.8
HexCFE1FB12A02d7555a
Octal317341373221202327125132
Binary1100111111100001111110111001010100101101011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1FB; }

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

 H1.HeaderClassName
 {
   color: #CFE1FB;
 }
 .AnyTagClassName
 {
   color: #CFE1FB;
 }
</style>
background-color css

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

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

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

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

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

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