Html Css Color HEX #33BFE1 Summer Sky

📋 copy color: '#33BFE1'

red 51 ◦ green 191 ◦ blue 225

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

Shades of Summer Sky #33BFE1

Tints of Summer Sky #33BFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 10.92%
G = 40.9%
B = 48.18%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#33BFE1 (or 0x33BFE1) is known color: Summer Sky. HEX triplet: 33, BF and E1. RGB value is (51,191,225). Sum of RGB (Red+Green+Blue) = 51+191+225=467 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.92% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #33BFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFE1 is #CC401E. Grayscale: #989898. Windows color (decimal): -13385759 or 14794547. OLE color: 14794547.

HSL color Cylindrical-coordinate representation of color #33BFE1: hue angle of 191.72º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BFE1 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 191 225 -
CMYK 0.77 0.15 0 0.12
HSL 191.72º 0.74% 0.54% -
HSV(B) 191.72º 0.77% 0.88% -
XYZ 33.59 43.4 77.84 -
YUV 153.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 51 191 225 0.77 0.15 0 0.12 191.72 0.74 0.54
Hex 33 BF E1 4D F 0 C C0 4A 36
Octal 63 277 341 115 17 0 14 300 112 66
Binary 110011 10111111 11100001 1001101 1111 0 1100 11000000 1001010 110110

Color Harmonies of #33BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFE1

Black with #33BFE1

Text Example


Text Example

White with #33BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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