Html Css Color HEX #3BA0DF Summer Sky

📋 copy color: '#3BA0DF'

red 59 ◦ green 160 ◦ blue 223

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

Shades of Summer Sky #3BA0DF

Tints of Summer Sky #3BA0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.2%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 13.35%
G = 36.2%
B = 50.45%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BA0DF (or 0x3BA0DF) is known color: Summer Sky. HEX triplet: 3B, A0 and DF. RGB value is (59,160,223). Sum of RGB (Red+Green+Blue) = 59+160+223=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BA0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA0DF is #C45F20. Grayscale: #888888. Windows color (decimal): -12869409 or 14655547. OLE color: 14655547.

HSL color Cylindrical-coordinate representation of color #3BA0DF: hue angle of 203.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BA0DF is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 160 223 -
CMYK 0.74 0.28 0 0.13
HSL 203.05º 0.72% 0.55% -
HSV(B) 203.05º 0.74% 0.87% -
XYZ 27.69 31.4 74.41 -
YUV 136.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 59 160 223 0.74 0.28 0 0.13 203.05 0.72 0.55
Hex 3B A0 DF 4A 1C 0 D CB 48 37
Octal 73 240 337 112 34 0 15 313 110 67
Binary 111011 10100000 11011111 1001010 11100 0 1101 11001011 1001000 110111

Color Harmonies of #3BA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA0DF

Black with #3BA0DF

Text Example


Text Example

White with #3BA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,223); }

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

background-color css

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

 a { background-color: rgb(59,160,223); }

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

border-color css

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

 span { border-color: rgb(59,160,223); }

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