#CBD6FC

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

Shades of Hawkes Blue #CBD6FC

Tints of Hawkes Blue #CBD6FC

Color information

#CBD6FC (or 0xCBD6FC) is unknown color: approx Hawkes Blue. HEX triplet: CB, D6 and FC. RGB value is (203,214,252). Sum of RGB (Red+Green+Blue) = 203+214+252=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6FC is #342903. Grayscale: #D6D6D6. Windows color (decimal): -3418372 or 16570059. OLE color: 16570059.

HSL color Cylindrical-coordinate representation of color #CBD6FC: hue angle of 226.53º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD6FC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203214252-
CMYK0.190.1500.01
HSL226.53º89.09%89.22%-
HSV(B)226.53º19.44%98.82%-
XYZ66.2567.82101.69-
YUV215.04148.86119.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=30.34%
G=31.99%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032142520.190.1500.01226.5389.0989.22
HexCBD6FC13F01e35959
Octal313326374231701343131131
Binary110010111101011011111100100111111011110001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6FC; }

 p { color: rgb(203,214,252); }

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

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

 a { background-color: rgb(203,214,252); }

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

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

 span { border-color: rgb(203,214,252); }

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