Html Css Color HEX #30BCFF Summer Sky

📋 copy color: '#30BCFF'

red 48 ◦ green 188 ◦ blue 255

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

Shades of Summer Sky #30BCFF

Tints of Summer Sky #30BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 9.78%
G = 38.29%
B = 51.93%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30BCFF (or 0x30BCFF) is known color: Summer Sky. HEX triplet: 30, BC and FF. RGB value is (48,188,255). Sum of RGB (Red+Green+Blue) = 48+188+255=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #30BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCFF is #CF4300. Grayscale: #999999. Windows color (decimal): -13583105 or 16759856. OLE color: 16759856.

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

Color convert

RGB 48 188 255 -
CMYK 0.81 0.26 0 0
HSL 199.42º 1% 0.59% -
HSV(B) 199.42º 0.81% 1% -
XYZ 37.25 43.81 101.1 -
YUV 153.78 185.12 52.55 -
System Red Green Blue C M Y K H S L
Decimal 48 188 255 0.81 0.26 0 0 199.42 1 0.59
Hex 30 BC FF 51 1A 0 0 C7 64 3B
Octal 60 274 377 121 32 0 0 307 144 73
Binary 110000 10111100 11111111 1010001 11010 0 0 11000111 1100100 111011

Color Harmonies of #30BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCFF

Black with #30BCFF

Text Example


Text Example

White with #30BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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