Html Css Color HEX #CBDBF0 Hawkes Blue

📋 copy color: '#CBDBF0'

red 203 ◦ green 219 ◦ blue 240

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

Shades of Hawkes Blue #CBDBF0

Tints of Hawkes Blue #CBDBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 30.66%
G = 33.08%
B = 36.25%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBDBF0 (or 0xCBDBF0) is known color: Hawkes Blue. HEX triplet: CB, DB and F0. RGB value is (203,219,240). Sum of RGB (Red+Green+Blue) = 203+219+240=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBF0 is #34240F. Grayscale: #D8D8D8. Windows color (decimal): -3417104 or 15784907. OLE color: 15784907.

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

Color convert

RGB 203 219 240 -
CMYK 0.15 0.09 0 0.06
HSL 214.05º 0.55% 0.87% -
HSV(B) 214.05º 0.15% 0.94% -
XYZ 65.69 69.65 92.42 -
YUV 216.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 203 219 240 0.15 0.09 0 0.06 214.05 0.55 0.87
Hex CB DB F0 F 9 0 6 D6 37 57
Octal 313 333 360 17 11 0 6 326 67 127
Binary 11001011 11011011 11110000 1111 1001 0 110 11010110 110111 1010111

Color Harmonies of #CBDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBF0

Black with #CBDBF0

Text Example


Text Example

White with #CBDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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