Html Css Color HEX #30A8C7 Summer Sky

📋 copy color: '#30A8C7'

red 48 ◦ green 168 ◦ blue 199

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

Shades of Summer Sky #30A8C7

Tints of Summer Sky #30A8C7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

 BLUE value IS 199 (78.13% from 255) = 47.95%

R = 11.57%
G = 40.48%
B = 47.95%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#30A8C7 (or 0x30A8C7) is known color: Summer Sky. HEX triplet: 30, A8 and C7. RGB value is (48,168,199). Sum of RGB (Red+Green+Blue) = 48+168+199=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #30A8C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8C7 is #CF5738. Grayscale: #878787. Windows color (decimal): -13588281 or 13084720. OLE color: 13084720.

HSL color Cylindrical-coordinate representation of color #30A8C7: hue angle of 192.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30A8C7 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 168 199 -
CMYK 0.76 0.16 0 0.22
HSL 192.32º 0.61% 0.48% -
HSV(B) 192.32º 0.76% 0.78% -
XYZ 25.53 32.76 59.01 -
YUV 135.65 163.74 65.48 -
System Red Green Blue C M Y K H S L
Decimal 48 168 199 0.76 0.16 0 0.22 192.32 0.61 0.48
Hex 30 A8 C7 4C 10 0 16 C0 3D 30
Octal 60 250 307 114 20 0 26 300 75 60
Binary 110000 10101000 11000111 1001100 10000 0 10110 11000000 111101 110000

Color Harmonies of #30A8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A8C7

Black with #30A8C7

Text Example


Text Example

White with #30A8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,168,199); }

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

background-color css

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

 a { background-color: rgb(48,168,199); }

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

border-color css

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

 span { border-color: rgb(48,168,199); }

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