#CBD5FA

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

Shades of Hawkes Blue #CBD5FA

Tints of Hawkes Blue #CBD5FA

Color information

#CBD5FA (or 0xCBD5FA) is unknown color: approx Hawkes Blue. HEX triplet: CB, D5 and FA. RGB value is (203,213,250). Sum of RGB (Red+Green+Blue) = 203+213+250=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5FA is #342A05. Grayscale: #D6D6D6. Windows color (decimal): -3418630 or 16438731. OLE color: 16438731.

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

Color convert

RGB203213250-
CMYK0.190.1500.02
HSL227.23º82.46%88.82%-
HSV(B)227.23º18.8%98.04%-
XYZ65.6867.1999.95-
YUV214.23148.19119.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=30.48%
G=31.98%
B=37.54%

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
Decimal2032132500.190.1500.02227.2382.4688.82
HexCBD5FA13F02e35259
Octal313325372231702343122131
Binary1100101111010101111110101001111110101110001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5FA; }

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

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

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

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

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

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

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

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