#CBD4FA

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

Shades of Hawkes Blue #CBD4FA

Tints of Hawkes Blue #CBD4FA

Color information

#CBD4FA (or 0xCBD4FA) is unknown color: approx Hawkes Blue. HEX triplet: CB, D4 and FA. RGB value is (203,212,250). Sum of RGB (Red+Green+Blue) = 203+212+250=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4FA is #342B05. Grayscale: #D5D5D5. Windows color (decimal): -3418886 or 16438475. OLE color: 16438475.

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

Color convert

RGB203212250-
CMYK0.190.1500.02
HSL228.51º82.46%88.82%-
HSV(B)228.51º18.8%98.04%-
XYZ65.4366.6999.87-
YUV213.64148.52120.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 212 (83.20% from 255) = 31.88%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=30.53%
G=31.88%
B=37.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032122500.190.1500.02228.5182.4688.82
HexCBD4FA13F02e55259
Octal313324372231702345122131
Binary1100101111010100111110101001111110101110010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4FA; }

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

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

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

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

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

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

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

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