Html Css Color HEX #30BCF6 Summer Sky

📋 copy color: '#30BCF6'

red 48 ◦ green 188 ◦ blue 246

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

Shades of Summer Sky #30BCF6

Tints of Summer Sky #30BCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 9.96%
G = 39%
B = 51.04%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#30BCF6 (or 0x30BCF6) is known color: Summer Sky. HEX triplet: 30, BC and F6. RGB value is (48,188,246). Sum of RGB (Red+Green+Blue) = 48+188+246=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #30BCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCF6 is #CF4309. Grayscale: #989898. Windows color (decimal): -13583114 or 16170032. OLE color: 16170032.

HSL color Cylindrical-coordinate representation of color #30BCF6: hue angle of 197.58º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BCF6 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 188 246 -
CMYK 0.80 0.24 0 0.04
HSL 197.58º 0.92% 0.58% -
HSV(B) 197.58º 0.8% 0.96% -
XYZ 35.84 43.25 93.65 -
YUV 152.75 180.62 53.28 -
System Red Green Blue C M Y K H S L
Decimal 48 188 246 0.80 0.24 0 0.04 197.58 0.92 0.58
Hex 30 BC F6 50 18 0 4 C6 5C 3A
Octal 60 274 366 120 30 0 4 306 134 72
Binary 110000 10111100 11110110 1010000 11000 0 100 11000110 1011100 111010

Color Harmonies of #30BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCF6

Black with #30BCF6

Text Example


Text Example

White with #30BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,246); }

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

background-color css

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

 a { background-color: rgb(48,188,246); }

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

border-color css

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

 span { border-color: rgb(48,188,246); }

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