Html Css Color HEX #2ABEF1 Summer Sky

📋 copy color: '#2ABEF1'

red 42 ◦ green 190 ◦ blue 241

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

Shades of Summer Sky #2ABEF1

Tints of Summer Sky #2ABEF1

RGB

 RED value IS 42 (16.8% from 255) = 8.88%

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

 BLUE value IS 241 (94.53% from 255) = 50.95%

R = 8.88%
G = 40.17%
B = 50.95%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2ABEF1 (or 0x2ABEF1) is known color: Summer Sky. HEX triplet: 2A, BE and F1. RGB value is (42,190,241). Sum of RGB (Red+Green+Blue) = 42+190+241=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ABEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEF1 is #D5410E. Grayscale: #979797. Windows color (decimal): -13975823 or 15842858. OLE color: 15842858.

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

Color convert

RGB 42 190 241 -
CMYK 0.83 0.21 0 0.05
HSL 195.38º 0.88% 0.55% -
HSV(B) 195.38º 0.83% 0.95% -
XYZ 35.25 43.67 89.79 -
YUV 151.56 178.47 49.85 -
System Red Green Blue C M Y K H S L
Decimal 42 190 241 0.83 0.21 0 0.05 195.38 0.88 0.55
Hex 2A BE F1 53 15 0 5 C3 58 37
Octal 52 276 361 123 25 0 5 303 130 67
Binary 101010 10111110 11110001 1010011 10101 0 101 11000011 1011000 110111

Color Harmonies of #2ABEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEF1

Black with #2ABEF1

Text Example


Text Example

White with #2ABEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABEF1; }

 p { color: rgb(42,190,241); }

 H1.HeaderClassName
 {
   color: #2ABEF1;
 }
 .AnyTagClassName
 {
   color: #2ABEF1;
 }
</style>

background-color css

<style>
 a { background-color: #2ABEF1; }

 a { background-color: rgb(42,190,241); }

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

border-color css

<style>
 span { border-color: #2ABEF1; }

 span { border-color: rgb(42,190,241); }

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