Html Css Color HEX #2ABCFD Summer Sky

📋 copy color: '#2ABCFD'

red 42 ◦ green 188 ◦ blue 253

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

Shades of Summer Sky #2ABCFD

Tints of Summer Sky #2ABCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 8.7%
G = 38.92%
B = 52.38%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2ABCFD (or 0x2ABCFD) is known color: Summer Sky. HEX triplet: 2A, BC and FD. RGB value is (42,188,253). Sum of RGB (Red+Green+Blue) = 42+188+253=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ABCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABCFD is #D54302. Grayscale: #979797. Windows color (decimal): -13976323 or 16628778. OLE color: 16628778.

HSL color Cylindrical-coordinate representation of color #2ABCFD: hue angle of 198.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABCFD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 188 253 -
CMYK 0.83 0.26 0 0.01
HSL 198.48º 0.98% 0.58% -
HSV(B) 198.48º 0.83% 0.99% -
XYZ 36.67 43.55 99.4 -
YUV 151.76 185.13 49.71 -
System Red Green Blue C M Y K H S L
Decimal 42 188 253 0.83 0.26 0 0.01 198.48 0.98 0.58
Hex 2A BC FD 53 1A 0 1 C6 62 3A
Octal 52 274 375 123 32 0 1 306 142 72
Binary 101010 10111100 11111101 1010011 11010 0 1 11000110 1100010 111010

Color Harmonies of #2ABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABCFD

Black with #2ABCFD

Text Example


Text Example

White with #2ABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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