Html Css Color HEX #33BFD5 Summer Sky

📋 copy color: '#33BFD5'

red 51 ◦ green 191 ◦ blue 213

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

Shades of Summer Sky #33BFD5

Tints of Summer Sky #33BFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 11.21%
G = 41.98%
B = 46.81%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#33BFD5 (or 0x33BFD5) is known color: Summer Sky. HEX triplet: 33, BF and D5. RGB value is (51,191,213). Sum of RGB (Red+Green+Blue) = 51+191+213=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #33BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFD5 is #CC402A. Grayscale: #979797. Windows color (decimal): -13385771 or 14008115. OLE color: 14008115.

HSL color Cylindrical-coordinate representation of color #33BFD5: hue angle of 188.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BFD5 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 191 213 -
CMYK 0.76 0.10 0 0.16
HSL 188.15º 0.66% 0.52% -
HSV(B) 188.15º 0.76% 0.84% -
XYZ 32.01 42.77 69.52 -
YUV 151.65 162.62 56.21 -
System Red Green Blue C M Y K H S L
Decimal 51 191 213 0.76 0.10 0 0.16 188.15 0.66 0.52
Hex 33 BF D5 4C A 0 10 BC 42 34
Octal 63 277 325 114 12 0 20 274 102 64
Binary 110011 10111111 11010101 1001100 1010 0 10000 10111100 1000010 110100

Color Harmonies of #33BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFD5

Black with #33BFD5

Text Example


Text Example

White with #33BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,191,213); }

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

background-color css

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

 a { background-color: rgb(51,191,213); }

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

border-color css

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

 span { border-color: rgb(51,191,213); }

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