Html Css Color HEX #CBDAFA Hawkes Blue

📋 copy color: '#CBDAFA'

red 203 ◦ green 218 ◦ blue 250

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

Shades of Hawkes Blue #CBDAFA

Tints of Hawkes Blue #CBDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 30.25%
G = 32.49%
B = 37.26%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBDAFA (or 0xCBDAFA) is known color: Hawkes Blue. HEX triplet: CB, DA and FA. RGB value is (203,218,250). Sum of RGB (Red+Green+Blue) = 203+218+250=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAFA is #342505. Grayscale: #D9D9D9. Windows color (decimal): -3417350 or 16440011. OLE color: 16440011.

HSL color Cylindrical-coordinate representation of color #CBDAFA: hue angle of 220.85º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDAFA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 218 250 -
CMYK 0.19 0.13 0 0.02
HSL 220.85º 0.82% 0.89% -
HSV(B) 220.85º 0.19% 0.98% -
XYZ 66.96 69.74 100.38 -
YUV 217.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 203 218 250 0.19 0.13 0 0.02 220.85 0.82 0.89
Hex CB DA FA 13 D 0 2 DD 52 59
Octal 313 332 372 23 15 0 2 335 122 131
Binary 11001011 11011010 11111010 10011 1101 0 10 11011101 1010010 1011001

Color Harmonies of #CBDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAFA

Black with #CBDAFA

Text Example


Text Example

White with #CBDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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