Html Css Color HEX #30BFFD Summer Sky

📋 copy color: '#30BFFD'

red 48 ◦ green 191 ◦ blue 253

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

Shades of Summer Sky #30BFFD

Tints of Summer Sky #30BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 9.76%
G = 38.82%
B = 51.42%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30BFFD (or 0x30BFFD) is known color: Summer Sky. HEX triplet: 30, BF and FD. RGB value is (48,191,253). Sum of RGB (Red+Green+Blue) = 48+191+253=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #30BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BFFD is #CF4002. Grayscale: #9A9A9A. Windows color (decimal): -13582339 or 16629552. OLE color: 16629552.

HSL color Cylindrical-coordinate representation of color #30BFFD: hue angle of 198.15º degrees, saturation: 0.98, 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 #30BFFD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 191 253 -
CMYK 0.81 0.25 0 0.01
HSL 198.15º 0.98% 0.59% -
HSV(B) 198.15º 0.81% 0.99% -
XYZ 37.58 44.98 99.63 -
YUV 155.31 183.12 51.46 -
System Red Green Blue C M Y K H S L
Decimal 48 191 253 0.81 0.25 0 0.01 198.15 0.98 0.59
Hex 30 BF FD 51 19 0 1 C6 62 3B
Octal 60 277 375 121 31 0 1 306 142 73
Binary 110000 10111111 11111101 1010001 11001 0 1 11000110 1100010 111011

Color Harmonies of #30BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFFD

Black with #30BFFD

Text Example


Text Example

White with #30BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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