#CBD1F0

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

Shades of Hawkes Blue #CBD1F0

Tints of Hawkes Blue #CBD1F0

Color information

#CBD1F0 (or 0xCBD1F0) is unknown color: approx Hawkes Blue. HEX triplet: CB, D1 and F0. RGB value is (203,209,240). Sum of RGB (Red+Green+Blue) = 203+209+240=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1F0 is #342E0F. Grayscale: #D2D2D2. Windows color (decimal): -3419664 or 15782347. OLE color: 15782347.

HSL color Cylindrical-coordinate representation of color #CBD1F0: hue angle of 230.27º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD1F0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203209240-
CMYK0.150.1300.06
HSL230.27º55.22%86.86%-
HSV(B)230.27º15.42%94.12%-
XYZ63.1664.5991.58-
YUV210.74144.51122.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 240 (94.14% from 255) = 36.81%
R=31.13%
G=32.06%
B=36.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032092400.150.1300.06230.2755.2286.86
HexCBD1F0FD06e63757
Octal31332136017150634667127
Binary110010111101000111110000111111010110111001101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1F0; }

 p { color: rgb(203,209,240); }

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

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

 a { background-color: rgb(203,209,240); }

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

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

 span { border-color: rgb(203,209,240); }

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