Html Css Color HEX #3BBFF2 Summer Sky

📋 copy color: '#3BBFF2'

red 59 ◦ green 191 ◦ blue 242

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

Shades of Summer Sky #3BBFF2

Tints of Summer Sky #3BBFF2

RGB

 RED value IS 59 (23.44% from 255) = 11.99%

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

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 11.99%
G = 38.82%
B = 49.19%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BBFF2 (or 0x3BBFF2) is known color: Summer Sky. HEX triplet: 3B, BF and F2. RGB value is (59,191,242). Sum of RGB (Red+Green+Blue) = 59+191+242=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BBFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBFF2 is #C4400D. Grayscale: #9D9D9D. Windows color (decimal): -12861454 or 15908667. OLE color: 15908667.

HSL color Cylindrical-coordinate representation of color #3BBFF2: hue angle of 196.72º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BBFF2 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 191 242 -
CMYK 0.76 0.21 0 0.05
HSL 196.72º 0.88% 0.59% -
HSV(B) 196.72º 0.76% 0.95% -
XYZ 36.46 44.6 90.69 -
YUV 157.35 175.77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 59 191 242 0.76 0.21 0 0.05 196.72 0.88 0.59
Hex 3B BF F2 4C 15 0 5 C5 58 3B
Octal 73 277 362 114 25 0 5 305 130 73
Binary 111011 10111111 11110010 1001100 10101 0 101 11000101 1011000 111011

Color Harmonies of #3BBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBFF2

Black with #3BBFF2

Text Example


Text Example

White with #3BBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BBFF2; }

 p { color: rgb(59,191,242); }

 H1.HeaderClassName
 {
   color: #3BBFF2;
 }
 .AnyTagClassName
 {
   color: #3BBFF2;
 }
</style>

background-color css

<style>
 a { background-color: #3BBFF2; }

 a { background-color: rgb(59,191,242); }

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

border-color css

<style>
 span { border-color: #3BBFF2; }

 span { border-color: rgb(59,191,242); }

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