Html Css Color HEX #3ACFEE Summer Sky

📋 copy color: '#3ACFEE'

red 58 ◦ green 207 ◦ blue 238

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

Shades of Summer Sky #3ACFEE

Tints of Summer Sky #3ACFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.15%

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

R = 11.53%
G = 41.15%
B = 47.32%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ACFEE (or 0x3ACFEE) is known color: Summer Sky. HEX triplet: 3A, CF and EE. RGB value is (58,207,238). Sum of RGB (Red+Green+Blue) = 58+207+238=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ACFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACFEE is #C53011. Grayscale: #A5A5A5. Windows color (decimal): -12922898 or 15650618. OLE color: 15650618.

HSL color Cylindrical-coordinate representation of color #3ACFEE: hue angle of 190.33º 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 #3ACFEE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 207 238 -
CMYK 0.76 0.13 0 0.07
HSL 190.33º 0.84% 0.58% -
HSV(B) 190.33º 0.76% 0.93% -
XYZ 39.49 51.7 88.79 -
YUV 165.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 58 207 238 0.76 0.13 0 0.07 190.33 0.84 0.58
Hex 3A CF EE 4C D 0 7 BE 54 3A
Octal 72 317 356 114 15 0 7 276 124 72
Binary 111010 11001111 11101110 1001100 1101 0 111 10111110 1010100 111010

Color Harmonies of #3ACFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACFEE

Black with #3ACFEE

Text Example


Text Example

White with #3ACFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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