Html Css Color HEX #33BCDA Summer Sky

📋 copy color: '#33BCDA'

red 51 ◦ green 188 ◦ blue 218

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

Shades of Summer Sky #33BCDA

Tints of Summer Sky #33BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 11.16%
G = 41.14%
B = 47.7%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#33BCDA (or 0x33BCDA) is known color: Summer Sky. HEX triplet: 33, BC and DA. RGB value is (51,188,218). Sum of RGB (Red+Green+Blue) = 51+188+218=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #33BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCDA is #CC4325. Grayscale: #969696. Windows color (decimal): -13386534 or 14335027. OLE color: 14335027.

HSL color Cylindrical-coordinate representation of color #33BCDA: hue angle of 190.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BCDA is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 188 218 -
CMYK 0.77 0.14 0 0.15
HSL 190.78º 0.69% 0.53% -
HSV(B) 190.78º 0.77% 0.85% -
XYZ 32 41.73 72.7 -
YUV 150.46 166.11 57.06 -
System Red Green Blue C M Y K H S L
Decimal 51 188 218 0.77 0.14 0 0.15 190.78 0.69 0.53
Hex 33 BC DA 4D E 0 F BF 45 35
Octal 63 274 332 115 16 0 17 277 105 65
Binary 110011 10111100 11011010 1001101 1110 0 1111 10111111 1000101 110101

Color Harmonies of #33BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCDA

Black with #33BCDA

Text Example


Text Example

White with #33BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,188,218); }

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

background-color css

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

 a { background-color: rgb(51,188,218); }

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

border-color css

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

 span { border-color: rgb(51,188,218); }

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