Html Css Color HEX #CBDAF0 Hawkes Blue

📋 copy color: '#CBDAF0'

red 203 ◦ green 218 ◦ blue 240

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

Shades of Hawkes Blue #CBDAF0

Tints of Hawkes Blue #CBDAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.98%

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

R = 30.71%
G = 32.98%
B = 36.31%

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

#CBDAF0 (or 0xCBDAF0) is known color: Hawkes Blue. HEX triplet: CB, DA and F0. RGB value is (203,218,240). Sum of RGB (Red+Green+Blue) = 203+218+240=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAF0 is #34250F. Grayscale: #D7D7D7. Windows color (decimal): -3417360 or 15784651. OLE color: 15784651.

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

Color convert

RGB 203 218 240 -
CMYK 0.15 0.09 0 0.06
HSL 215.68º 0.55% 0.87% -
HSV(B) 215.68º 0.15% 0.94% -
XYZ 65.43 69.13 92.33 -
YUV 216.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 203 218 240 0.15 0.09 0 0.06 215.68 0.55 0.87
Hex CB DA F0 F 9 0 6 D8 37 57
Octal 313 332 360 17 11 0 6 330 67 127
Binary 11001011 11011010 11110000 1111 1001 0 110 11011000 110111 1010111

Color Harmonies of #CBDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAF0

Black with #CBDAF0

Text Example


Text Example

White with #CBDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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