Html Css Color HEX #30C1EA Summer Sky

📋 copy color: '#30C1EA'

red 48 ◦ green 193 ◦ blue 234

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

Shades of Summer Sky #30C1EA

Tints of Summer Sky #30C1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 10.11%
G = 40.63%
B = 49.26%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30C1EA (or 0x30C1EA) is known color: Summer Sky. HEX triplet: 30, C1 and EA. RGB value is (48,193,234). Sum of RGB (Red+Green+Blue) = 48+193+234=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #30C1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C1EA is #CF3E15. Grayscale: #9A9A9A. Windows color (decimal): -13581846 or 15384880. OLE color: 15384880.

HSL color Cylindrical-coordinate representation of color #30C1EA: hue angle of 193.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30C1EA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 193 234 -
CMYK 0.79 0.18 0 0.08
HSL 193.23º 0.82% 0.55% -
HSV(B) 193.23º 0.79% 0.92% -
XYZ 35.14 44.71 84.62 -
YUV 154.32 172.96 52.17 -
System Red Green Blue C M Y K H S L
Decimal 48 193 234 0.79 0.18 0 0.08 193.23 0.82 0.55
Hex 30 C1 EA 4F 12 0 8 C1 52 37
Octal 60 301 352 117 22 0 10 301 122 67
Binary 110000 11000001 11101010 1001111 10010 0 1000 11000001 1010010 110111

Color Harmonies of #30C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C1EA

Black with #30C1EA

Text Example


Text Example

White with #30C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,234); }

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

background-color css

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

 a { background-color: rgb(48,193,234); }

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

border-color css

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

 span { border-color: rgb(48,193,234); }

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