Html Css Color HEX #CBDAFE Hawkes Blue

📋 copy color: '#CBDAFE'

red 203 ◦ green 218 ◦ blue 254

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

Shades of Hawkes Blue #CBDAFE

Tints of Hawkes Blue #CBDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 30.07%
G = 32.3%
B = 37.63%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBDAFE (or 0xCBDAFE) is known color: Hawkes Blue. HEX triplet: CB, DA and FE. RGB value is (203,218,254). Sum of RGB (Red+Green+Blue) = 203+218+254=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAFE is #342501. Grayscale: #D9D9D9. Windows color (decimal): -3417346 or 16702155. OLE color: 16702155.

HSL color Cylindrical-coordinate representation of color #CBDAFE: hue angle of 222.35º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDAFE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 218 254 -
CMYK 0.20 0.14 0 0.00
HSL 222.35º 0.96% 0.9% -
HSV(B) 222.35º 0.2% 1% -
XYZ 67.59 70 103.71 -
YUV 217.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 203 218 254 0.20 0.14 0 0.00 222.35 0.96 0.9
Hex CB DA FE 14 E 0 0 DE 60 5A
Octal 313 332 376 24 16 0 0 336 140 132
Binary 11001011 11011010 11111110 10100 1110 0 0 11011110 1100000 1011010

Color Harmonies of #CBDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAFE

Black with #CBDAFE

Text Example


Text Example

White with #CBDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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