Html Css Color HEX #CBDBF2 Hawkes Blue

📋 copy color: '#CBDBF2'

red 203 ◦ green 219 ◦ blue 242

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

Shades of Hawkes Blue #CBDBF2

Tints of Hawkes Blue #CBDBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.98%

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 30.57%
G = 32.98%
B = 36.45%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CBDBF2 (or 0xCBDBF2) is known color: Hawkes Blue. HEX triplet: CB, DB and F2. RGB value is (203,219,242). Sum of RGB (Red+Green+Blue) = 203+219+242=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBF2 is #34240D. Grayscale: #D8D8D8. Windows color (decimal): -3417102 or 15915979. OLE color: 15915979.

HSL color Cylindrical-coordinate representation of color #CBDBF2: hue angle of 215.38º degrees, saturation: 0.6, 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 #CBDBF2 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 219 242 -
CMYK 0.16 0.10 0 0.05
HSL 215.38º 0.6% 0.87% -
HSV(B) 215.38º 0.16% 0.95% -
XYZ 65.99 69.77 93.99 -
YUV 216.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 203 219 242 0.16 0.10 0 0.05 215.38 0.6 0.87
Hex CB DB F2 10 A 0 5 D7 3C 57
Octal 313 333 362 20 12 0 5 327 74 127
Binary 11001011 11011011 11110010 10000 1010 0 101 11010111 111100 1010111

Color Harmonies of #CBDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBF2

Black with #CBDBF2

Text Example


Text Example

White with #CBDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBF2; }

 p { color: rgb(203,219,242); }

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

background-color css

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

 a { background-color: rgb(203,219,242); }

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

border-color css

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

 span { border-color: rgb(203,219,242); }

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