Html Css Color HEX #2ABEEB Summer Sky

📋 copy color: '#2ABEEB'

red 42 ◦ green 190 ◦ blue 235

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

Shades of Summer Sky #2ABEEB

Tints of Summer Sky #2ABEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 8.99%
G = 40.69%
B = 50.32%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ABEEB (or 0x2ABEEB) is known color: Summer Sky. HEX triplet: 2A, BE and EB. RGB value is (42,190,235). Sum of RGB (Red+Green+Blue) = 42+190+235=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ABEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEEB is #D54114. Grayscale: #969696. Windows color (decimal): -13975829 or 15449642. OLE color: 15449642.

HSL color Cylindrical-coordinate representation of color #2ABEEB: hue angle of 193.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABEEB is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 190 235 -
CMYK 0.82 0.19 0 0.08
HSL 193.99º 0.83% 0.54% -
HSV(B) 193.99º 0.82% 0.92% -
XYZ 34.36 43.32 85.15 -
YUV 150.88 175.47 50.34 -
System Red Green Blue C M Y K H S L
Decimal 42 190 235 0.82 0.19 0 0.08 193.99 0.83 0.54
Hex 2A BE EB 52 13 0 8 C2 53 36
Octal 52 276 353 122 23 0 10 302 123 66
Binary 101010 10111110 11101011 1010010 10011 0 1000 11000010 1010011 110110

Color Harmonies of #2ABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEEB

Black with #2ABEEB

Text Example


Text Example

White with #2ABEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,235); }

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

background-color css

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

 a { background-color: rgb(42,190,235); }

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

border-color css

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

 span { border-color: rgb(42,190,235); }

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