Html Css Color HEX #2ABFDA Summer Sky

📋 copy color: '#2ABFDA'

red 42 ◦ green 191 ◦ blue 218

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

Shades of Summer Sky #2ABFDA

Tints of Summer Sky #2ABFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 9.31%
G = 42.35%
B = 48.34%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2ABFDA (or 0x2ABFDA) is known color: Summer Sky. HEX triplet: 2A, BF and DA. RGB value is (42,191,218). Sum of RGB (Red+Green+Blue) = 42+191+218=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ABFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFDA is #D54025. Grayscale: #959595. Windows color (decimal): -13975590 or 14335786. OLE color: 14335786.

HSL color Cylindrical-coordinate representation of color #2ABFDA: hue angle of 189.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABFDA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 191 218 -
CMYK 0.81 0.12 0 0.15
HSL 189.2º 0.7% 0.51% -
HSV(B) 189.2º 0.81% 0.85% -
XYZ 32.24 42.82 72.89 -
YUV 149.53 166.64 51.3 -
System Red Green Blue C M Y K H S L
Decimal 42 191 218 0.81 0.12 0 0.15 189.2 0.7 0.51
Hex 2A BF DA 51 C 0 F BD 46 33
Octal 52 277 332 121 14 0 17 275 106 63
Binary 101010 10111111 11011010 1010001 1100 0 1111 10111101 1000110 110011

Color Harmonies of #2ABFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABFDA

Black with #2ABFDA

Text Example


Text Example

White with #2ABFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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