Html Css Color HEX #33BFFF Summer Sky

📋 copy color: '#33BFFF'

red 51 ◦ green 191 ◦ blue 255

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

Shades of Summer Sky #33BFFF

Tints of Summer Sky #33BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 10.26%
G = 38.43%
B = 51.31%

CMYK

 C value IS 0.8

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#33BFFF (or 0x33BFFF) is known color: Summer Sky. HEX triplet: 33, BF and FF. RGB value is (51,191,255). Sum of RGB (Red+Green+Blue) = 51+191+255=497 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.26% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BFFF is #CC4000. Grayscale: #9C9C9C. Windows color (decimal): -13385729 or 16760627. OLE color: 16760627.

HSL color Cylindrical-coordinate representation of color #33BFFF: hue angle of 198.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33BFFF is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 191 255 -
CMYK 0.8 0.25 0 0
HSL 198.82º 1% 0.6% -
HSV(B) 198.82º 0.8% 1% -
XYZ 38.05 45.19 101.32 -
YUV 156.44 183.62 52.8 -
System Red Green Blue C M Y K H S L
Decimal 51 191 255 0.8 0.25 0 0 198.82 1 0.6
Hex 33 BF FF 50 19 0 0 C7 64 3C
Octal 63 277 377 120 31 0 0 307 144 74
Binary 110011 10111111 11111111 1010000 11001 0 0 11000111 1100100 111100

Color Harmonies of #33BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFFF

Black with #33BFFF

Text Example


Text Example

White with #33BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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