Html Css Color HEX #2ACCFB Summer Sky

📋 copy color: '#2ACCFB'

red 42 ◦ green 204 ◦ blue 251

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

Shades of Summer Sky #2ACCFB

Tints of Summer Sky #2ACCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 8.45%
G = 41.05%
B = 50.5%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ACCFB (or 0x2ACCFB) is known color: Summer Sky. HEX triplet: 2A, CC and FB. RGB value is (42,204,251). Sum of RGB (Red+Green+Blue) = 42+204+251=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ACCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCFB is #D53304. Grayscale: #A0A0A0. Windows color (decimal): -13972229 or 16501802. OLE color: 16501802.

HSL color Cylindrical-coordinate representation of color #2ACCFB: hue angle of 193.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACCFB is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 204 251 -
CMYK 0.83 0.19 0 0.02
HSL 193.49º 0.96% 0.57% -
HSV(B) 193.49º 0.83% 0.98% -
XYZ 39.96 50.64 98.94 -
YUV 160.92 178.83 43.18 -
System Red Green Blue C M Y K H S L
Decimal 42 204 251 0.83 0.19 0 0.02 193.49 0.96 0.57
Hex 2A CC FB 53 13 0 2 C1 60 39
Octal 52 314 373 123 23 0 2 301 140 71
Binary 101010 11001100 11111011 1010011 10011 0 10 11000001 1100000 111001

Color Harmonies of #2ACCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCFB

Black with #2ACCFB

Text Example


Text Example

White with #2ACCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,204,251); }

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

background-color css

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

 a { background-color: rgb(42,204,251); }

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

border-color css

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

 span { border-color: rgb(42,204,251); }

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