Html Css Color HEX #30BEE5 Summer Sky

📋 copy color: '#30BEE5'

red 48 ◦ green 190 ◦ blue 229

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

Shades of Summer Sky #30BEE5

Tints of Summer Sky #30BEE5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 10.28%
G = 40.69%
B = 49.04%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#30BEE5 (or 0x30BEE5) is known color: Summer Sky. HEX triplet: 30, BE and E5. RGB value is (48,190,229). Sum of RGB (Red+Green+Blue) = 48+190+229=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #30BEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEE5 is #CF411A. Grayscale: #979797. Windows color (decimal): -13582619 or 15056432. OLE color: 15056432.

HSL color Cylindrical-coordinate representation of color #30BEE5: hue angle of 192.93º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BEE5 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 190 229 -
CMYK 0.79 0.17 0 0.10
HSL 192.93º 0.78% 0.54% -
HSV(B) 192.93º 0.79% 0.9% -
XYZ 33.78 43.11 80.67 -
YUV 151.99 171.46 53.83 -
System Red Green Blue C M Y K H S L
Decimal 48 190 229 0.79 0.17 0 0.10 192.93 0.78 0.54
Hex 30 BE E5 4F 11 0 A C1 4E 36
Octal 60 276 345 117 21 0 12 301 116 66
Binary 110000 10111110 11100101 1001111 10001 0 1010 11000001 1001110 110110

Color Harmonies of #30BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEE5

Black with #30BEE5

Text Example


Text Example

White with #30BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,229); }

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

background-color css

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

 a { background-color: rgb(48,190,229); }

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

border-color css

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

 span { border-color: rgb(48,190,229); }

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