#CBD5F7

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

Shades of Hawkes Blue #CBD5F7

Tints of Hawkes Blue #CBD5F7

Color information

#CBD5F7 (or 0xCBD5F7) is unknown color: approx Hawkes Blue. HEX triplet: CB, D5 and F7. RGB value is (203,213,247). Sum of RGB (Red+Green+Blue) = 203+213+247=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 213 (83.59% from 255 or 32.13% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5F7 is #342A08. Grayscale: #D5D5D5. Windows color (decimal): -3418633 or 16242123. OLE color: 16242123.

HSL color Cylindrical-coordinate representation of color #CBD5F7: hue angle of 226.36º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBD5F7 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203213247-
CMYK0.180.1400.03
HSL226.36º73.33%88.24%-
HSV(B)226.36º17.81%96.86%-
XYZ65.216797.49-
YUV213.89146.69120.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 213 (83.59% from 255) = 32.13%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=30.62%
G=32.13%
B=37.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032132470.180.1400.03226.3673.3388.24
HexCBD5F712E03e24958
Octal313325367221603342111130
Binary1100101111010101111101111001011100111110001010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5F7; }

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

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

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

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

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

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

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

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