Html Css Color HEX #30C0FC Summer Sky

📋 copy color: '#30C0FC'

red 48 ◦ green 192 ◦ blue 252

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

Shades of Summer Sky #30C0FC

Tints of Summer Sky #30C0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.22%

R = 9.76%
G = 39.02%
B = 51.22%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30C0FC (or 0x30C0FC) is known color: Summer Sky. HEX triplet: 30, C0 and FC. RGB value is (48,192,252). Sum of RGB (Red+Green+Blue) = 48+192+252=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #30C0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C0FC is #CF3F03. Grayscale: #9B9B9B. Windows color (decimal): -13582084 or 16564272. OLE color: 16564272.

HSL color Cylindrical-coordinate representation of color #30C0FC: hue angle of 197.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C0FC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 192 252 -
CMYK 0.81 0.24 0 0.01
HSL 197.65º 0.97% 0.59% -
HSV(B) 197.65º 0.81% 0.99% -
XYZ 37.64 45.36 98.87 -
YUV 155.78 182.29 51.12 -
System Red Green Blue C M Y K H S L
Decimal 48 192 252 0.81 0.24 0 0.01 197.65 0.97 0.59
Hex 30 C0 FC 51 18 0 1 C6 61 3B
Octal 60 300 374 121 30 0 1 306 141 73
Binary 110000 11000000 11111100 1010001 11000 0 1 11000110 1100001 111011

Color Harmonies of #30C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C0FC

Black with #30C0FC

Text Example


Text Example

White with #30C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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