Html Css Color HEX #CBDAFF Hawkes Blue

📋 copy color: '#CBDAFF'

red 203 ◦ green 218 ◦ blue 255

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

Shades of Hawkes Blue #CBDAFF

Tints of Hawkes Blue #CBDAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.72%

R = 30.03%
G = 32.25%
B = 37.72%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBDAFF (or 0xCBDAFF) is known color: Hawkes Blue. HEX triplet: CB, DA and FF. RGB value is (203,218,255). Sum of RGB (Red+Green+Blue) = 203+218+255=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAFF is #342500. Grayscale: #D9D9D9. Windows color (decimal): -3417345 or 16767691. OLE color: 16767691.

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

Color convert

RGB 203 218 255 -
CMYK 0.20 0.15 0 0
HSL 222.69º 1% 0.9% -
HSV(B) 222.69º 0.2% 1% -
XYZ 67.75 70.06 104.56 -
YUV 217.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 203 218 255 0.20 0.15 0 0 222.69 1 0.9
Hex CB DA FF 14 F 0 0 DF 64 5A
Octal 313 332 377 24 17 0 0 337 144 132
Binary 11001011 11011010 11111111 10100 1111 0 0 11011111 1100100 1011010

Color Harmonies of #CBDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAFF

Black with #CBDAFF

Text Example


Text Example

White with #CBDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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