#CFE2FB

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

Shades of Hawkes Blue #CFE2FB

Tints of Hawkes Blue #CFE2FB

Color information

#CFE2FB (or 0xCFE2FB) is unknown color: approx Hawkes Blue. HEX triplet: CF, E2 and FB. RGB value is (207,226,251). Sum of RGB (Red+Green+Blue) = 207+226+251=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FB is #301D04. Grayscale: #DFDFDF. Windows color (decimal): -3153157 or 16507599. OLE color: 16507599.

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

Color convert

RGB207226251-
CMYK0.180.1000.02
HSL214.09º84.62%89.8%-
HSV(B)214.09º17.53%98.43%-
XYZ70.3474.62101.96-
YUV223.17143.71116.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=30.26%
G=33.04%
B=36.70%

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
Decimal2072262510.180.1000.02214.0984.6289.8
HexCFE2FB12A02d6555a
Octal317342373221202326125132
Binary1100111111100010111110111001010100101101011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2FB; }

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

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

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

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

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

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

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

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