Html Css Color HEX #3ABEF2 Summer Sky

📋 copy color: '#3ABEF2'

red 58 ◦ green 190 ◦ blue 242

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

Shades of Summer Sky #3ABEF2

Tints of Summer Sky #3ABEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

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

R = 11.84%
G = 38.78%
B = 49.39%

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

#3ABEF2 (or 0x3ABEF2) is known color: Summer Sky. HEX triplet: 3A, BE and F2. RGB value is (58,190,242). Sum of RGB (Red+Green+Blue) = 58+190+242=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #3ABEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABEF2 is #C5410D. Grayscale: #9C9C9C. Windows color (decimal): -12927246 or 15908410. OLE color: 15908410.

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

Color convert

RGB 58 190 242 -
CMYK 0.76 0.21 0 0.05
HSL 196.96º 0.88% 0.59% -
HSV(B) 196.96º 0.76% 0.95% -
XYZ 36.19 44.14 90.62 -
YUV 156.46 176.27 57.77 -
System Red Green Blue C M Y K H S L
Decimal 58 190 242 0.76 0.21 0 0.05 196.96 0.88 0.59
Hex 3A BE F2 4C 15 0 5 C5 58 3B
Octal 72 276 362 114 25 0 5 305 130 73
Binary 111010 10111110 11110010 1001100 10101 0 101 11000101 1011000 111011

Color Harmonies of #3ABEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEF2

Black with #3ABEF2

Text Example


Text Example

White with #3ABEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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