#CBD7F1

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

Shades of Hawkes Blue #CBD7F1

Tints of Hawkes Blue #CBD7F1

Color information

#CBD7F1 (or 0xCBD7F1) is unknown color: approx Hawkes Blue. HEX triplet: CB, D7 and F1. RGB value is (203,215,241). Sum of RGB (Red+Green+Blue) = 203+215+241=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD7F1 is #34280E. Grayscale: #D6D6D6. Windows color (decimal): -3418127 or 15849419. OLE color: 15849419.

HSL color Cylindrical-coordinate representation of color #CBD7F1: hue angle of 221.05º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBD7F1 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203215241-
CMYK0.160.1100.05
HSL221.05º57.58%87.06%-
HSV(B)221.05º15.77%94.51%-
XYZ64.8167.6592.86-
YUV214.38143.02119.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.80%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=30.80%
G=32.63%
B=36.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032152410.160.1100.05221.0557.5887.06
HexCBD7F110B05dd3a57
Octal31332736120130533572127
Binary1100101111010111111100011000010110101110111011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD7F1; }

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

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

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

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

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

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

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

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