#CBDFFA

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

Shades of Hawkes Blue #CBDFFA

Tints of Hawkes Blue #CBDFFA

Color information

#CBDFFA (or 0xCBDFFA) is unknown color: approx Hawkes Blue. HEX triplet: CB, DF and FA. RGB value is (203,223,250). Sum of RGB (Red+Green+Blue) = 203+223+250=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFFA is #342005. Grayscale: #DBDBDB. Windows color (decimal): -3416070 or 16441291. OLE color: 16441291.

HSL color Cylindrical-coordinate representation of color #CBDFFA: hue angle of 214.47º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDFFA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203223250-
CMYK0.190.1100.02
HSL214.47º82.46%88.82%-
HSV(B)214.47º18.8%98.04%-
XYZ68.2772.37100.81-
YUV220.1144.87115.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 223 (87.5% from 255) = 32.99%
BLUE value IS 250 (98.05% from 255) = 36.98%
R=30.03%
G=32.99%
B=36.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032232500.190.1100.02214.4782.4688.82
HexCBDFFA13B02d65259
Octal313337372231302326122131
Binary1100101111011111111110101001110110101101011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFFA; }

 p { color: rgb(203,223,250); }

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

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

 a { background-color: rgb(203,223,250); }

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

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

 span { border-color: rgb(203,223,250); }

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