Html Css Color HEX #CBE2FF Hawkes Blue

📋 copy color: '#CBE2FF'

red 203 ◦ green 226 ◦ blue 255

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

Shades of Hawkes Blue #CBE2FF

Tints of Hawkes Blue #CBE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.04%

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

R = 29.68%
G = 33.04%
B = 37.28%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBE2FF (or 0xCBE2FF) is known color: Hawkes Blue. HEX triplet: CB, E2 and FF. RGB value is (203,226,255). Sum of RGB (Red+Green+Blue) = 203+226+255=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2FF is #341D00. Grayscale: #DEDEDE. Windows color (decimal): -3415297 or 16769739. OLE color: 16769739.

HSL color Cylindrical-coordinate representation of color #CBE2FF: hue angle of 213.46º 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 #CBE2FF is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 226 255 -
CMYK 0.20 0.11 0 0
HSL 213.46º 1% 0.9% -
HSV(B) 213.46º 0.2% 1% -
XYZ 69.87 74.31 105.27 -
YUV 222.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 203 226 255 0.20 0.11 0 0 213.46 1 0.9
Hex CB E2 FF 14 B 0 0 D5 64 5A
Octal 313 342 377 24 13 0 0 325 144 132
Binary 11001011 11100010 11111111 10100 1011 0 0 11010101 1100100 1011010

Color Harmonies of #CBE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2FF

Black with #CBE2FF

Text Example


Text Example

White with #CBE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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