Html Css Color HEX #CBD5EC Hawkes Blue

📋 copy color: '#CBD5EC'

red 203 ◦ green 213 ◦ blue 236

#CBD5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CBD5EC

Tints of Hawkes Blue #CBD5EC

RGB

 RED value IS 203 (79.69% from 255) = 31.13%

 GREEN value IS 213 (83.59% from 255) = 32.67%

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 31.13%
G = 32.67%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD5EC (or 0xCBD5EC) is known color: Hawkes Blue. HEX triplet: CB, D5 and EC. RGB value is (203,213,236). Sum of RGB (Red+Green+Blue) = 203+213+236=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5EC is #342A13. Grayscale: #D4D4D4. Windows color (decimal): -3418644 or 15521227. OLE color: 15521227.

HSL color Cylindrical-coordinate representation of color #CBD5EC: hue angle of 221.82º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD5EC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 213 236 -
CMYK 0.14 0.10 0 0.07
HSL 221.82º 0.46% 0.86% -
HSV(B) 221.82º 0.14% 0.93% -
XYZ 63.56 66.34 88.81 -
YUV 212.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 203 213 236 0.14 0.10 0 0.07 221.82 0.46 0.86
Hex CB D5 EC E A 0 7 DE 2E 56
Octal 313 325 354 16 12 0 7 336 56 126
Binary 11001011 11010101 11101100 1110 1010 0 111 11011110 101110 1010110

Color Harmonies of #CBD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5EC

Black with #CBD5EC

Text Example


Text Example

White with #CBD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5EC; }

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

 H1.HeaderClassName
 {
   color: #CBD5EC;
 }
 .AnyTagClassName
 {
   color: #CBD5EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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