Html Css Color HEX #30C0FA Summer Sky

📋 copy color: '#30C0FA'

red 48 ◦ green 192 ◦ blue 250

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

Shades of Summer Sky #30C0FA

Tints of Summer Sky #30C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 9.8%
G = 39.18%
B = 51.02%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30C0FA (or 0x30C0FA) is known color: Summer Sky. HEX triplet: 30, C0 and FA. RGB value is (48,192,250). Sum of RGB (Red+Green+Blue) = 48+192+250=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #30C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C0FA is #CF3F05. Grayscale: #9B9B9B. Windows color (decimal): -13582086 or 16433200. OLE color: 16433200.

HSL color Cylindrical-coordinate representation of color #30C0FA: hue angle of 197.23º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C0FA is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 192 250 -
CMYK 0.81 0.23 0 0.02
HSL 197.23º 0.95% 0.58% -
HSV(B) 197.23º 0.81% 0.98% -
XYZ 37.32 45.23 97.21 -
YUV 155.56 181.29 51.28 -
System Red Green Blue C M Y K H S L
Decimal 48 192 250 0.81 0.23 0 0.02 197.23 0.95 0.58
Hex 30 C0 FA 51 17 0 2 C5 5F 3A
Octal 60 300 372 121 27 0 2 305 137 72
Binary 110000 11000000 11111010 1010001 10111 0 10 11000101 1011111 111010

Color Harmonies of #30C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C0FA

Black with #30C0FA

Text Example


Text Example

White with #30C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,250); }

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

background-color css

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

 a { background-color: rgb(48,192,250); }

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

border-color css

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

 span { border-color: rgb(48,192,250); }

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