Html Css Color HEX #2ABEFF Summer Sky

📋 copy color: '#2ABEFF'

red 42 ◦ green 190 ◦ blue 255

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

Shades of Summer Sky #2ABEFF

Tints of Summer Sky #2ABEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 8.62%
G = 39.01%
B = 52.36%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2ABEFF (or 0x2ABEFF) is known color: Summer Sky. HEX triplet: 2A, BE and FF. RGB value is (42,190,255). Sum of RGB (Red+Green+Blue) = 42+190+255=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ABEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEFF is #D54100. Grayscale: #989898. Windows color (decimal): -13975809 or 16760362. OLE color: 16760362.

HSL color Cylindrical-coordinate representation of color #2ABEFF: hue angle of 198.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ABEFF is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 190 255 -
CMYK 0.84 0.25 0 0
HSL 198.31º 1% 0.58% -
HSV(B) 198.31º 0.84% 1% -
XYZ 37.42 44.54 101.23 -
YUV 153.16 185.47 48.71 -
System Red Green Blue C M Y K H S L
Decimal 42 190 255 0.84 0.25 0 0 198.31 1 0.58
Hex 2A BE FF 54 19 0 0 C6 64 3A
Octal 52 276 377 124 31 0 0 306 144 72
Binary 101010 10111110 11111111 1010100 11001 0 0 11000110 1100100 111010

Color Harmonies of #2ABEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEFF

Black with #2ABEFF

Text Example


Text Example

White with #2ABEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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