Html Css Color HEX #33B0DD Summer Sky

📋 copy color: '#33B0DD'

red 51 ◦ green 176 ◦ blue 221

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

Shades of Summer Sky #33B0DD

Tints of Summer Sky #33B0DD

RGB

 RED value IS 51 (20.31% from 255) = 11.38%

 GREEN value IS 176 (69.14% from 255) = 39.29%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 11.38%
G = 39.29%
B = 49.33%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33B0DD (or 0x33B0DD) is known color: Summer Sky. HEX triplet: 33, B0 and DD. RGB value is (51,176,221). Sum of RGB (Red+Green+Blue) = 51+176+221=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #33B0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B0DD is #CC4F22. Grayscale: #8F8F8F. Windows color (decimal): -13389603 or 14528563. OLE color: 14528563.

HSL color Cylindrical-coordinate representation of color #33B0DD: hue angle of 195.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33B0DD is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 176 221 -
CMYK 0.77 0.20 0 0.13
HSL 195.88º 0.71% 0.53% -
HSV(B) 195.88º 0.77% 0.87% -
XYZ 29.94 36.97 73.97 -
YUV 143.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 51 176 221 0.77 0.20 0 0.13 195.88 0.71 0.53
Hex 33 B0 DD 4D 14 0 D C4 47 35
Octal 63 260 335 115 24 0 15 304 107 65
Binary 110011 10110000 11011101 1001101 10100 0 1101 11000100 1000111 110101

Color Harmonies of #33B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B0DD

Black with #33B0DD

Text Example


Text Example

White with #33B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B0DD; }

 p { color: rgb(51,176,221); }

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

background-color css

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

 a { background-color: rgb(51,176,221); }

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

border-color css

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

 span { border-color: rgb(51,176,221); }

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