Html Css Color HEX #30ACF3 Summer Sky

📋 copy color: '#30ACF3'

red 48 ◦ green 172 ◦ blue 243

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

Shades of Summer Sky #30ACF3

Tints of Summer Sky #30ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.48%

R = 10.37%
G = 37.15%
B = 52.48%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#30ACF3 (or 0x30ACF3) is known color: Summer Sky. HEX triplet: 30, AC and F3. RGB value is (48,172,243). Sum of RGB (Red+Green+Blue) = 48+172+243=463 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.37% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #30ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACF3 is #CF530C. Grayscale: #8E8E8E. Windows color (decimal): -13587213 or 15969328. OLE color: 15969328.

HSL color Cylindrical-coordinate representation of color #30ACF3: hue angle of 201.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ACF3 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 172 243 -
CMYK 0.80 0.29 0 0.05
HSL 201.85º 0.89% 0.57% -
HSV(B) 201.85º 0.8% 0.95% -
XYZ 32.15 36.6 90.16 -
YUV 143.02 184.42 60.23 -
System Red Green Blue C M Y K H S L
Decimal 48 172 243 0.80 0.29 0 0.05 201.85 0.89 0.57
Hex 30 AC F3 50 1D 0 5 CA 59 39
Octal 60 254 363 120 35 0 5 312 131 71
Binary 110000 10101100 11110011 1010000 11101 0 101 11001010 1011001 111001

Color Harmonies of #30ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACF3

Black with #30ACF3

Text Example


Text Example

White with #30ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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