Html Css Color HEX #CBD4EF Hawkes Blue

📋 copy color: '#CBD4EF'

red 203 ◦ green 212 ◦ blue 239

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

Shades of Hawkes Blue #CBD4EF

Tints of Hawkes Blue #CBD4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 31.04%
G = 32.42%
B = 36.54%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBD4EF (or 0xCBD4EF) is known color: Hawkes Blue. HEX triplet: CB, D4 and EF. RGB value is (203,212,239). Sum of RGB (Red+Green+Blue) = 203+212+239=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4EF is #342B10. Grayscale: #D4D4D4. Windows color (decimal): -3418897 or 15717579. OLE color: 15717579.

HSL color Cylindrical-coordinate representation of color #CBD4EF: hue angle of 225º degrees, saturation: 0.53, 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 #CBD4EF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 212 239 -
CMYK 0.15 0.11 0 0.06
HSL 225º 0.53% 0.87% -
HSV(B) 225º 0.15% 0.94% -
XYZ 63.75 66.02 91.04 -
YUV 212.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 203 212 239 0.15 0.11 0 0.06 225 0.53 0.87
Hex CB D4 EF F B 0 6 E1 35 57
Octal 313 324 357 17 13 0 6 341 65 127
Binary 11001011 11010100 11101111 1111 1011 0 110 11100001 110101 1010111

Color Harmonies of #CBD4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4EF

Black with #CBD4EF

Text Example


Text Example

White with #CBD4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4EF; }

 p { color: rgb(203,212,239); }

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

background-color css

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

 a { background-color: rgb(203,212,239); }

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

border-color css

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

 span { border-color: rgb(203,212,239); }

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