Html Css Color HEX #CBDDFA Hawkes Blue

📋 copy color: '#CBDDFA'

red 203 ◦ green 221 ◦ blue 250

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

Shades of Hawkes Blue #CBDDFA

Tints of Hawkes Blue #CBDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.79%

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

R = 30.12%
G = 32.79%
B = 37.09%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBDDFA (or 0xCBDDFA) is known color: Hawkes Blue. HEX triplet: CB, DD and FA. RGB value is (203,221,250). Sum of RGB (Red+Green+Blue) = 203+221+250=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDFA is #342205. Grayscale: #DADADA. Windows color (decimal): -3416582 or 16440779. OLE color: 16440779.

HSL color Cylindrical-coordinate representation of color #CBDDFA: hue angle of 217.02º 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 #CBDDFA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 221 250 -
CMYK 0.19 0.12 0 0.02
HSL 217.02º 0.82% 0.89% -
HSV(B) 217.02º 0.19% 0.98% -
XYZ 67.74 71.31 100.64 -
YUV 218.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 203 221 250 0.19 0.12 0 0.02 217.02 0.82 0.89
Hex CB DD FA 13 C 0 2 D9 52 59
Octal 313 335 372 23 14 0 2 331 122 131
Binary 11001011 11011101 11111010 10011 1100 0 10 11011001 1010010 1011001

Color Harmonies of #CBDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDFA

Black with #CBDDFA

Text Example


Text Example

White with #CBDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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