Html Css Color HEX #CBD7E6 Hawkes Blue

📋 copy color: '#CBD7E6'

red 203 ◦ green 215 ◦ blue 230

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

Shades of Hawkes Blue #CBD7E6

Tints of Hawkes Blue #CBD7E6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.18%

 BLUE value IS 230 (90.23% from 255) = 35.49%

R = 31.33%
G = 33.18%
B = 35.49%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBD7E6 (or 0xCBD7E6) is known color: Hawkes Blue. HEX triplet: CB, D7 and E6. RGB value is (203,215,230). Sum of RGB (Red+Green+Blue) = 203+215+230=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD7E6 is #342819. Grayscale: #D5D5D5. Windows color (decimal): -3418138 or 15128523. OLE color: 15128523.

HSL color Cylindrical-coordinate representation of color #CBD7E6: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD7E6 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 215 230 -
CMYK 0.12 0.07 0 0.10
HSL 213.33º 0.35% 0.85% -
HSV(B) 213.33º 0.12% 0.9% -
XYZ 63.21 67.01 84.47 -
YUV 213.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 203 215 230 0.12 0.07 0 0.10 213.33 0.35 0.85
Hex CB D7 E6 C 7 0 A D5 23 55
Octal 313 327 346 14 7 0 12 325 43 125
Binary 11001011 11010111 11100110 1100 111 0 1010 11010101 100011 1010101

Color Harmonies of #CBD7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD7E6

Black with #CBD7E6

Text Example


Text Example

White with #CBD7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD7E6; }

 p { color: rgb(203,215,230); }

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

background-color css

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

 a { background-color: rgb(203,215,230); }

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

border-color css

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

 span { border-color: rgb(203,215,230); }

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