Html Css Color HEX #33BEDD Summer Sky

📋 copy color: '#33BEDD'

red 51 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #33BEDD

Tints of Summer Sky #33BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

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

R = 11.04%
G = 41.13%
B = 47.84%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33BEDD (or 0x33BEDD) is known color: Summer Sky. HEX triplet: 33, BE and DD. RGB value is (51,190,221). Sum of RGB (Red+Green+Blue) = 51+190+221=462 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.04% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #33BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BEDD is #CC4122. Grayscale: #979797. Windows color (decimal): -13386019 or 14532147. OLE color: 14532147.

HSL color Cylindrical-coordinate representation of color #33BEDD: hue angle of 190.94º 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 #33BEDD is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 190 221 -
CMYK 0.77 0.14 0 0.13
HSL 190.94º 0.71% 0.53% -
HSV(B) 190.94º 0.77% 0.87% -
XYZ 32.83 42.75 74.93 -
YUV 151.97 166.95 55.98 -
System Red Green Blue C M Y K H S L
Decimal 51 190 221 0.77 0.14 0 0.13 190.94 0.71 0.53
Hex 33 BE DD 4D E 0 D BF 47 35
Octal 63 276 335 115 16 0 15 277 107 65
Binary 110011 10111110 11011101 1001101 1110 0 1101 10111111 1000111 110101

Color Harmonies of #33BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BEDD

Black with #33BEDD

Text Example


Text Example

White with #33BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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