Html Css Color HEX #3ACDEE Summer Sky

📋 copy color: '#3ACDEE'

red 58 ◦ green 205 ◦ blue 238

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

Shades of Summer Sky #3ACDEE

Tints of Summer Sky #3ACDEE

RGB

 RED value IS 58 (23.05% from 255) = 11.58%

 GREEN value IS 205 (80.47% from 255) = 40.92%

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 11.58%
G = 40.92%
B = 47.5%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ACDEE (or 0x3ACDEE) is known color: Summer Sky. HEX triplet: 3A, CD and EE. RGB value is (58,205,238). Sum of RGB (Red+Green+Blue) = 58+205+238=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ACDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDEE is #C53211. Grayscale: #A4A4A4. Windows color (decimal): -12923410 or 15650106. OLE color: 15650106.

HSL color Cylindrical-coordinate representation of color #3ACDEE: hue angle of 191º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACDEE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 205 238 -
CMYK 0.76 0.14 0 0.07
HSL 191º 0.84% 0.58% -
HSV(B) 191º 0.76% 0.93% -
XYZ 39.01 50.74 88.63 -
YUV 164.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 58 205 238 0.76 0.14 0 0.07 191 0.84 0.58
Hex 3A CD EE 4C E 0 7 BF 54 3A
Octal 72 315 356 114 16 0 7 277 124 72
Binary 111010 11001101 11101110 1001100 1110 0 111 10111111 1010100 111010

Color Harmonies of #3ACDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDEE

Black with #3ACDEE

Text Example


Text Example

White with #3ACDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ACDEE; }

 p { color: rgb(58,205,238); }

 H1.HeaderClassName
 {
   color: #3ACDEE;
 }
 .AnyTagClassName
 {
   color: #3ACDEE;
 }
</style>

background-color css

<style>
 a { background-color: #3ACDEE; }

 a { background-color: rgb(58,205,238); }

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

border-color css

<style>
 span { border-color: #3ACDEE; }

 span { border-color: rgb(58,205,238); }

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