Html Css Color HEX #30BCFD Summer Sky

📋 copy color: '#30BCFD'

red 48 ◦ green 188 ◦ blue 253

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

Shades of Summer Sky #30BCFD

Tints of Summer Sky #30BCFD

RGB

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

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

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

R = 9.82%
G = 38.45%
B = 51.74%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30BCFD (or 0x30BCFD) is known color: Summer Sky. HEX triplet: 30, BC and FD. RGB value is (48,188,253). Sum of RGB (Red+Green+Blue) = 48+188+253=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #30BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCFD is #CF4302. Grayscale: #999999. Windows color (decimal): -13583107 or 16628784. OLE color: 16628784.

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

Color convert

RGB 48 188 253 -
CMYK 0.81 0.26 0 0.01
HSL 199.02º 0.98% 0.59% -
HSV(B) 199.02º 0.81% 0.99% -
XYZ 36.93 43.69 99.41 -
YUV 153.55 184.12 52.71 -
System Red Green Blue C M Y K H S L
Decimal 48 188 253 0.81 0.26 0 0.01 199.02 0.98 0.59
Hex 30 BC FD 51 1A 0 1 C7 62 3B
Octal 60 274 375 121 32 0 1 307 142 73
Binary 110000 10111100 11111101 1010001 11010 0 1 11000111 1100010 111011

Color Harmonies of #30BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCFD

Black with #30BCFD

Text Example


Text Example

White with #30BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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