Html Css Color HEX #2ABBF4 Summer Sky

📋 copy color: '#2ABBF4'

red 42 ◦ green 187 ◦ blue 244

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

Shades of Summer Sky #2ABBF4

Tints of Summer Sky #2ABBF4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

 BLUE value IS 244 (95.7% from 255) = 51.59%

R = 8.88%
G = 39.53%
B = 51.59%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2ABBF4 (or 0x2ABBF4) is known color: Summer Sky. HEX triplet: 2A, BB and F4. RGB value is (42,187,244). Sum of RGB (Red+Green+Blue) = 42+187+244=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #2ABBF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABBF4 is #D5440B. Grayscale: #959595. Windows color (decimal): -13976588 or 16038698. OLE color: 16038698.

HSL color Cylindrical-coordinate representation of color #2ABBF4: hue angle of 196.93º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABBF4 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 187 244 -
CMYK 0.83 0.23 0 0.04
HSL 196.93º 0.9% 0.56% -
HSV(B) 196.93º 0.83% 0.96% -
XYZ 35.05 42.56 91.96 -
YUV 150.14 180.96 50.87 -
System Red Green Blue C M Y K H S L
Decimal 42 187 244 0.83 0.23 0 0.04 196.93 0.9 0.56
Hex 2A BB F4 53 17 0 4 C5 5A 38
Octal 52 273 364 123 27 0 4 305 132 70
Binary 101010 10111011 11110100 1010011 10111 0 100 11000101 1011010 111000

Color Harmonies of #2ABBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBF4

Black with #2ABBF4

Text Example


Text Example

White with #2ABBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,244); }

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

background-color css

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

 a { background-color: rgb(42,187,244); }

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

border-color css

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

 span { border-color: rgb(42,187,244); }

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