Html Css Color HEX #30BFF7 Summer Sky

📋 copy color: '#30BFF7'

red 48 ◦ green 191 ◦ blue 247

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

Shades of Summer Sky #30BFF7

Tints of Summer Sky #30BFF7

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

 BLUE value IS 247 (96.88% from 255) = 50.82%

R = 9.88%
G = 39.3%
B = 50.82%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#30BFF7 (or 0x30BFF7) is known color: Summer Sky. HEX triplet: 30, BF and F7. RGB value is (48,191,247). Sum of RGB (Red+Green+Blue) = 48+191+247=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #30BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BFF7 is #CF4008. Grayscale: #9A9A9A. Windows color (decimal): -13582345 or 16236336. OLE color: 16236336.

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

Color convert

RGB 48 191 247 -
CMYK 0.81 0.23 0 0.03
HSL 196.88º 0.93% 0.58% -
HSV(B) 196.88º 0.81% 0.97% -
XYZ 36.64 44.61 94.67 -
YUV 154.63 180.12 51.95 -
System Red Green Blue C M Y K H S L
Decimal 48 191 247 0.81 0.23 0 0.03 196.88 0.93 0.58
Hex 30 BF F7 51 17 0 3 C5 5D 3A
Octal 60 277 367 121 27 0 3 305 135 72
Binary 110000 10111111 11110111 1010001 10111 0 11 11000101 1011101 111010

Color Harmonies of #30BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFF7

Black with #30BFF7

Text Example


Text Example

White with #30BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,247); }

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

background-color css

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

 a { background-color: rgb(48,191,247); }

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

border-color css

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

 span { border-color: rgb(48,191,247); }

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