Html Css Color HEX #2ABDDB Summer Sky

📋 copy color: '#2ABDDB'

red 42 ◦ green 189 ◦ blue 219

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

Shades of Summer Sky #2ABDDB

Tints of Summer Sky #2ABDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 9.33%
G = 42%
B = 48.67%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ABDDB (or 0x2ABDDB) is known color: Summer Sky. HEX triplet: 2A, BD and DB. RGB value is (42,189,219). Sum of RGB (Red+Green+Blue) = 42+189+219=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ABDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDDB is #D54224. Grayscale: #949494. Windows color (decimal): -13976101 or 14400810. OLE color: 14400810.

HSL color Cylindrical-coordinate representation of color #2ABDDB: hue angle of 190.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABDDB is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 189 219 -
CMYK 0.81 0.14 0 0.14
HSL 190.17º 0.71% 0.51% -
HSV(B) 190.17º 0.81% 0.86% -
XYZ 31.94 42 73.44 -
YUV 148.47 167.8 52.06 -
System Red Green Blue C M Y K H S L
Decimal 42 189 219 0.81 0.14 0 0.14 190.17 0.71 0.51
Hex 2A BD DB 51 E 0 E BE 47 33
Octal 52 275 333 121 16 0 16 276 107 63
Binary 101010 10111101 11011011 1010001 1110 0 1110 10111110 1000111 110011

Color Harmonies of #2ABDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDDB

Black with #2ABDDB

Text Example


Text Example

White with #2ABDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,219); }

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

background-color css

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

 a { background-color: rgb(42,189,219); }

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

border-color css

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

 span { border-color: rgb(42,189,219); }

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