#CBD7FA

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

Shades of Hawkes Blue #CBD7FA

Tints of Hawkes Blue #CBD7FA

Color information

#CBD7FA (or 0xCBD7FA) is unknown color: approx Hawkes Blue. HEX triplet: CB, D7 and FA. RGB value is (203,215,250). Sum of RGB (Red+Green+Blue) = 203+215+250=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD7FA is #342805. Grayscale: #D7D7D7. Windows color (decimal): -3418118 or 16439243. OLE color: 16439243.

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

Color convert

RGB203215250-
CMYK0.190.1400.02
HSL224.68º82.46%88.82%-
HSV(B)224.68º18.8%98.04%-
XYZ66.1868.2100.12-
YUV215.4147.52119.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=30.39%
G=32.19%
B=37.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032152500.190.1400.02224.6882.4688.82
HexCBD7FA13E02e15259
Octal313327372231602341122131
Binary1100101111010111111110101001111100101110000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7FA; }

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

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

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

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

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

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

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

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