Html Css Color HEX #2ABCDD Summer Sky

📋 copy color: '#2ABCDD'

red 42 ◦ green 188 ◦ blue 221

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

Shades of Summer Sky #2ABCDD

Tints of Summer Sky #2ABCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 9.31%
G = 41.69%
B = 49%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ABCDD (or 0x2ABCDD) is known color: Summer Sky. HEX triplet: 2A, BC and DD. RGB value is (42,188,221). Sum of RGB (Red+Green+Blue) = 42+188+221=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ABCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABCDD is #D54322. Grayscale: #939393. Windows color (decimal): -13976355 or 14531626. OLE color: 14531626.

HSL color Cylindrical-coordinate representation of color #2ABCDD: hue angle of 191.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABCDD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 188 221 -
CMYK 0.81 0.15 0 0.13
HSL 191.06º 0.72% 0.52% -
HSV(B) 191.06º 0.81% 0.87% -
XYZ 31.99 41.68 74.77 -
YUV 148.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 42 188 221 0.81 0.15 0 0.13 191.06 0.72 0.52
Hex 2A BC DD 51 F 0 D BF 48 34
Octal 52 274 335 121 17 0 15 277 110 64
Binary 101010 10111100 11011101 1010001 1111 0 1101 10111111 1001000 110100

Color Harmonies of #2ABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCDD

Black with #2ABCDD

Text Example


Text Example

White with #2ABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,188,221); }

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

background-color css

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

 a { background-color: rgb(42,188,221); }

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

border-color css

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

 span { border-color: rgb(42,188,221); }

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