Html Css Color HEX #4ACCEB Summer Sky

📋 copy color: '#4ACCEB'

red 74 ◦ green 204 ◦ blue 235

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

Shades of Summer Sky #4ACCEB

Tints of Summer Sky #4ACCEB

RGB

 RED value IS 74 (29.3% from 255) = 14.42%

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

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

R = 14.42%
G = 39.77%
B = 45.81%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ACCEB (or 0x4ACCEB) is known color: Summer Sky. HEX triplet: 4A, CC and EB. RGB value is (74,204,235). Sum of RGB (Red+Green+Blue) = 74+204+235=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ACCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACCEB is #B53314. Grayscale: #A8A8A8. Windows color (decimal): -11875093 or 15453258. OLE color: 15453258.

HSL color Cylindrical-coordinate representation of color #4ACCEB: hue angle of 191.55º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACCEB is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 204 235 -
CMYK 0.69 0.13 0 0.08
HSL 191.55º 0.8% 0.61% -
HSV(B) 191.55º 0.69% 0.92% -
XYZ 39.41 50.64 86.29 -
YUV 168.66 165.43 60.48 -
System Red Green Blue C M Y K H S L
Decimal 74 204 235 0.69 0.13 0 0.08 191.55 0.8 0.61
Hex 4A CC EB 45 D 0 8 C0 50 3D
Octal 112 314 353 105 15 0 10 300 120 75
Binary 1001010 11001100 11101011 1000101 1101 0 1000 11000000 1010000 111101

Color Harmonies of #4ACCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCEB

Black with #4ACCEB

Text Example


Text Example

White with #4ACCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ACCEB; }

 p { color: rgb(74,204,235); }

 H1.HeaderClassName
 {
   color: #4ACCEB;
 }
 .AnyTagClassName
 {
   color: #4ACCEB;
 }
</style>

background-color css

<style>
 a { background-color: #4ACCEB; }

 a { background-color: rgb(74,204,235); }

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

border-color css

<style>
 span { border-color: #4ACCEB; }

 span { border-color: rgb(74,204,235); }

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