#CBD8FD

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

Shades of Hawkes Blue #CBD8FD

Tints of Hawkes Blue #CBD8FD

Color information

#CBD8FD (or 0xCBD8FD) is unknown color: approx Hawkes Blue. HEX triplet: CB, D8 and FD. RGB value is (203,216,253). Sum of RGB (Red+Green+Blue) = 203+216+253=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8FD is #342702. Grayscale: #D8D8D8. Windows color (decimal): -3417859 or 16636107. OLE color: 16636107.

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

Color convert

RGB203216253-
CMYK0.200.1500.01
HSL224.4º92.59%89.41%-
HSV(B)224.4º19.76%99.22%-
XYZ66.9168.9102.7-
YUV216.33148.69118.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=30.21%
G=32.14%
B=37.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032162530.200.1500.01224.492.5989.41
HexCBD8FD14F01e05d59
Octal313330375241701340135131
Binary110010111101100011111101101001111011110000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8FD; }

 p { color: rgb(203,216,253); }

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

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

 a { background-color: rgb(203,216,253); }

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

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

 span { border-color: rgb(203,216,253); }

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