Html Css Color HEX #30BBE0 Summer Sky

📋 copy color: '#30BBE0'

red 48 ◦ green 187 ◦ blue 224

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

Shades of Summer Sky #30BBE0

Tints of Summer Sky #30BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.8%

R = 10.46%
G = 40.74%
B = 48.8%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#30BBE0 (or 0x30BBE0) is known color: Summer Sky. HEX triplet: 30, BB and E0. RGB value is (48,187,224). Sum of RGB (Red+Green+Blue) = 48+187+224=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #30BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBE0 is #CF441F. Grayscale: #959595. Windows color (decimal): -13583392 or 14727984. OLE color: 14727984.

HSL color Cylindrical-coordinate representation of color #30BBE0: hue angle of 192.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BBE0 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 187 224 -
CMYK 0.79 0.17 0 0.12
HSL 192.61º 0.74% 0.53% -
HSV(B) 192.61º 0.79% 0.88% -
XYZ 32.44 41.55 76.83 -
YUV 149.66 169.95 55.49 -
System Red Green Blue C M Y K H S L
Decimal 48 187 224 0.79 0.17 0 0.12 192.61 0.74 0.53
Hex 30 BB E0 4F 11 0 C C1 4A 35
Octal 60 273 340 117 21 0 14 301 112 65
Binary 110000 10111011 11100000 1001111 10001 0 1100 11000001 1001010 110101

Color Harmonies of #30BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBE0

Black with #30BBE0

Text Example


Text Example

White with #30BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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