Html Css Color HEX #3AC3F2 Summer Sky

📋 copy color: '#3AC3F2'

red 58 ◦ green 195 ◦ blue 242

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

Shades of Summer Sky #3AC3F2

Tints of Summer Sky #3AC3F2

RGB

 RED value IS 58 (23.05% from 255) = 11.72%

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 11.72%
G = 39.39%
B = 48.89%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3AC3F2 (or 0x3AC3F2) is known color: Summer Sky. HEX triplet: 3A, C3 and F2. RGB value is (58,195,242). Sum of RGB (Red+Green+Blue) = 58+195+242=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #3AC3F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC3F2 is #C53C0D. Grayscale: #9F9F9F. Windows color (decimal): -12925966 or 15909690. OLE color: 15909690.

HSL color Cylindrical-coordinate representation of color #3AC3F2: hue angle of 195.33º 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 #3AC3F2 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 195 242 -
CMYK 0.76 0.19 0 0.05
HSL 195.33º 0.88% 0.59% -
HSV(B) 195.33º 0.76% 0.95% -
XYZ 37.29 46.34 90.98 -
YUV 159.4 174.61 55.68 -
System Red Green Blue C M Y K H S L
Decimal 58 195 242 0.76 0.19 0 0.05 195.33 0.88 0.59
Hex 3A C3 F2 4C 13 0 5 C3 58 3B
Octal 72 303 362 114 23 0 5 303 130 73
Binary 111010 11000011 11110010 1001100 10011 0 101 11000011 1011000 111011

Color Harmonies of #3AC3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC3F2

Black with #3AC3F2

Text Example


Text Example

White with #3AC3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,195,242); }

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

background-color css

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

 a { background-color: rgb(58,195,242); }

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

border-color css

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

 span { border-color: rgb(58,195,242); }

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