Html Css Color HEX #30BBFF Summer Sky

📋 copy color: '#30BBFF'

red 48 ◦ green 187 ◦ blue 255

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

Shades of Summer Sky #30BBFF

Tints of Summer Sky #30BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

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

R = 9.8%
G = 38.16%
B = 52.04%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30BBFF (or 0x30BBFF) is known color: Summer Sky. HEX triplet: 30, BB and FF. RGB value is (48,187,255). Sum of RGB (Red+Green+Blue) = 48+187+255=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #30BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BBFF is #CF4400. Grayscale: #989898. Windows color (decimal): -13583361 or 16759600. OLE color: 16759600.

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

Color convert

RGB 48 187 255 -
CMYK 0.81 0.27 0 0
HSL 199.71º 1% 0.59% -
HSV(B) 199.71º 0.81% 1% -
XYZ 37.04 43.39 101.03 -
YUV 153.19 185.45 52.97 -
System Red Green Blue C M Y K H S L
Decimal 48 187 255 0.81 0.27 0 0 199.71 1 0.59
Hex 30 BB FF 51 1B 0 0 C8 64 3B
Octal 60 273 377 121 33 0 0 310 144 73
Binary 110000 10111011 11111111 1010001 11011 0 0 11001000 1100100 111011

Color Harmonies of #30BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBFF

Black with #30BBFF

Text Example


Text Example

White with #30BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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