Html Css Color HEX #2ABFE4 Summer Sky

📋 copy color: '#2ABFE4'

red 42 ◦ green 191 ◦ blue 228

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

Shades of Summer Sky #2ABFE4

Tints of Summer Sky #2ABFE4

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

 BLUE value IS 228 (89.45% from 255) = 49.46%

R = 9.11%
G = 41.43%
B = 49.46%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2ABFE4 (or 0x2ABFE4) is known color: Summer Sky. HEX triplet: 2A, BF and E4. RGB value is (42,191,228). Sum of RGB (Red+Green+Blue) = 42+191+228=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #2ABFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFE4 is #D5401B. Grayscale: #969696. Windows color (decimal): -13975580 or 14991146. OLE color: 14991146.

HSL color Cylindrical-coordinate representation of color #2ABFE4: hue angle of 191.94º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABFE4 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 191 228 -
CMYK 0.82 0.16 0 0.11
HSL 191.94º 0.78% 0.53% -
HSV(B) 191.94º 0.82% 0.89% -
XYZ 33.59 43.36 80 -
YUV 150.67 171.64 50.49 -
System Red Green Blue C M Y K H S L
Decimal 42 191 228 0.82 0.16 0 0.11 191.94 0.78 0.53
Hex 2A BF E4 52 10 0 B C0 4E 35
Octal 52 277 344 122 20 0 13 300 116 65
Binary 101010 10111111 11100100 1010010 10000 0 1011 11000000 1001110 110101

Color Harmonies of #2ABFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFE4

Black with #2ABFE4

Text Example


Text Example

White with #2ABFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,191,228); }

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

background-color css

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

 a { background-color: rgb(42,191,228); }

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

border-color css

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

 span { border-color: rgb(42,191,228); }

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