Html Css Color HEX #CBDDF1 Hawkes Blue

📋 copy color: '#CBDDF1'

red 203 ◦ green 221 ◦ blue 241

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

Shades of Hawkes Blue #CBDDF1

Tints of Hawkes Blue #CBDDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

 BLUE value IS 241 (94.53% from 255) = 36.24%

R = 30.53%
G = 33.23%
B = 36.24%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CBDDF1 (or 0xCBDDF1) is known color: Hawkes Blue. HEX triplet: CB, DD and F1. RGB value is (203,221,241). Sum of RGB (Red+Green+Blue) = 203+221+241=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDF1 is #34220E. Grayscale: #D9D9D9. Windows color (decimal): -3416591 or 15850955. OLE color: 15850955.

HSL color Cylindrical-coordinate representation of color #CBDDF1: hue angle of 211.58º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDDF1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 221 241 -
CMYK 0.16 0.08 0 0.05
HSL 211.58º 0.58% 0.87% -
HSV(B) 211.58º 0.16% 0.95% -
XYZ 66.36 70.76 93.38 -
YUV 217.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 203 221 241 0.16 0.08 0 0.05 211.58 0.58 0.87
Hex CB DD F1 10 8 0 5 D4 3A 57
Octal 313 335 361 20 10 0 5 324 72 127
Binary 11001011 11011101 11110001 10000 1000 0 101 11010100 111010 1010111

Color Harmonies of #CBDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDF1

Black with #CBDDF1

Text Example


Text Example

White with #CBDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDF1; }

 p { color: rgb(203,221,241); }

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

background-color css

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

 a { background-color: rgb(203,221,241); }

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

border-color css

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

 span { border-color: rgb(203,221,241); }

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