Html Css Color HEX #2ABDEF Summer Sky

📋 copy color: '#2ABDEF'

red 42 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #2ABDEF

Tints of Summer Sky #2ABDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 8.94%
G = 40.21%
B = 50.85%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ABDEF (or 0x2ABDEF) is known color: Summer Sky. HEX triplet: 2A, BD and EF. RGB value is (42,189,239). Sum of RGB (Red+Green+Blue) = 42+189+239=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ABDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABDEF is #D54210. Grayscale: #969696. Windows color (decimal): -13976081 or 15711530. OLE color: 15711530.

HSL color Cylindrical-coordinate representation of color #2ABDEF: hue angle of 195.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABDEF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 189 239 -
CMYK 0.82 0.21 0 0.06
HSL 195.23º 0.86% 0.55% -
HSV(B) 195.23º 0.82% 0.94% -
XYZ 34.73 43.12 88.15 -
YUV 150.75 177.8 50.43 -
System Red Green Blue C M Y K H S L
Decimal 42 189 239 0.82 0.21 0 0.06 195.23 0.86 0.55
Hex 2A BD EF 52 15 0 6 C3 56 37
Octal 52 275 357 122 25 0 6 303 126 67
Binary 101010 10111101 11101111 1010010 10101 0 110 11000011 1010110 110111

Color Harmonies of #2ABDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDEF

Black with #2ABDEF

Text Example


Text Example

White with #2ABDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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