Html Css Color HEX #30ACF6 Summer Sky

📋 copy color: '#30ACF6'

red 48 ◦ green 172 ◦ blue 246

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

Shades of Summer Sky #30ACF6

Tints of Summer Sky #30ACF6

RGB

 RED value IS 48 (19.14% from 255) = 10.3%

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 246 (96.48% from 255) = 52.79%

R = 10.3%
G = 36.91%
B = 52.79%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#30ACF6 (or 0x30ACF6) is known color: Summer Sky. HEX triplet: 30, AC and F6. RGB value is (48,172,246). Sum of RGB (Red+Green+Blue) = 48+172+246=466 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.30% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #30ACF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACF6 is #CF5309. Grayscale: #8E8E8E. Windows color (decimal): -13587210 or 16165936. OLE color: 16165936.

HSL color Cylindrical-coordinate representation of color #30ACF6: hue angle of 202.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ACF6 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 172 246 -
CMYK 0.80 0.30 0 0.04
HSL 202.42º 0.92% 0.58% -
HSV(B) 202.42º 0.8% 0.96% -
XYZ 32.61 36.79 92.57 -
YUV 143.36 185.92 59.98 -
System Red Green Blue C M Y K H S L
Decimal 48 172 246 0.80 0.30 0 0.04 202.42 0.92 0.58
Hex 30 AC F6 50 1E 0 4 CA 5C 3A
Octal 60 254 366 120 36 0 4 312 134 72
Binary 110000 10101100 11110110 1010000 11110 0 100 11001010 1011100 111010

Color Harmonies of #30ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACF6

Black with #30ACF6

Text Example


Text Example

White with #30ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30ACF6; }

 p { color: rgb(48,172,246); }

 H1.HeaderClassName
 {
   color: #30ACF6;
 }
 .AnyTagClassName
 {
   color: #30ACF6;
 }
</style>

background-color css

<style>
 a { background-color: #30ACF6; }

 a { background-color: rgb(48,172,246); }

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

border-color css

<style>
 span { border-color: #30ACF6; }

 span { border-color: rgb(48,172,246); }

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