Html Css Color HEX #CBDAF5 Hawkes Blue

📋 copy color: '#CBDAF5'

red 203 ◦ green 218 ◦ blue 245

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

Shades of Hawkes Blue #CBDAF5

Tints of Hawkes Blue #CBDAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 30.48%
G = 32.73%
B = 36.79%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBDAF5 (or 0xCBDAF5) is known color: Hawkes Blue. HEX triplet: CB, DA and F5. RGB value is (203,218,245). Sum of RGB (Red+Green+Blue) = 203+218+245=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAF5 is #34250A. Grayscale: #D8D8D8. Windows color (decimal): -3417355 or 16112331. OLE color: 16112331.

HSL color Cylindrical-coordinate representation of color #CBDAF5: hue angle of 218.57º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDAF5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 218 245 -
CMYK 0.17 0.11 0 0.04
HSL 218.57º 0.68% 0.88% -
HSV(B) 218.57º 0.17% 0.96% -
XYZ 66.18 69.43 96.3 -
YUV 216.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 203 218 245 0.17 0.11 0 0.04 218.57 0.68 0.88
Hex CB DA F5 11 B 0 4 DB 44 58
Octal 313 332 365 21 13 0 4 333 104 130
Binary 11001011 11011010 11110101 10001 1011 0 100 11011011 1000100 1011000

Color Harmonies of #CBDAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAF5

Black with #CBDAF5

Text Example


Text Example

White with #CBDAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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