Html Css Color HEX #3BB0FF Summer Sky

📋 copy color: '#3BB0FF'

red 59 ◦ green 176 ◦ blue 255

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

Shades of Summer Sky #3BB0FF

Tints of Summer Sky #3BB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 12.04%
G = 35.92%
B = 52.04%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3BB0FF (or 0x3BB0FF) is known color: Summer Sky. HEX triplet: 3B, B0 and FF. RGB value is (59,176,255). Sum of RGB (Red+Green+Blue) = 59+176+255=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BB0FF is #C44F00. Grayscale: #959595. Windows color (decimal): -12865281 or 16756795. OLE color: 16756795.

HSL color Cylindrical-coordinate representation of color #3BB0FF: hue angle of 204.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BB0FF is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 176 255 -
CMYK 0.77 0.31 0 0
HSL 204.18º 1% 0.62% -
HSV(B) 204.18º 0.77% 1% -
XYZ 35.38 39.2 100.31 -
YUV 150.02 187.24 63.08 -
System Red Green Blue C M Y K H S L
Decimal 59 176 255 0.77 0.31 0 0 204.18 1 0.62
Hex 3B B0 FF 4D 1F 0 0 CC 64 3E
Octal 73 260 377 115 37 0 0 314 144 76
Binary 111011 10110000 11111111 1001101 11111 0 0 11001100 1100100 111110

Color Harmonies of #3BB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB0FF

Black with #3BB0FF

Text Example


Text Example

White with #3BB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,176,255); }

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

background-color css

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

 a { background-color: rgb(59,176,255); }

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

border-color css

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

 span { border-color: rgb(59,176,255); }

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