Html Css Color HEX #30BAEB Summer Sky

📋 copy color: '#30BAEB'

red 48 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #30BAEB

Tints of Summer Sky #30BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 10.23%
G = 39.66%
B = 50.11%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30BAEB (or 0x30BAEB) is known color: Summer Sky. HEX triplet: 30, BA and EB. RGB value is (48,186,235). Sum of RGB (Red+Green+Blue) = 48+186+235=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #30BAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAEB is #CF4514. Grayscale: #959595. Windows color (decimal): -13583637 or 15448624. OLE color: 15448624.

HSL color Cylindrical-coordinate representation of color #30BAEB: hue angle of 195.72º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BAEB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 186 235 -
CMYK 0.80 0.21 0 0.08
HSL 195.72º 0.82% 0.55% -
HSV(B) 195.72º 0.8% 0.92% -
XYZ 33.77 41.74 84.87 -
YUV 150.32 175.78 55.02 -
System Red Green Blue C M Y K H S L
Decimal 48 186 235 0.80 0.21 0 0.08 195.72 0.82 0.55
Hex 30 BA EB 50 15 0 8 C4 52 37
Octal 60 272 353 120 25 0 10 304 122 67
Binary 110000 10111010 11101011 1010000 10101 0 1000 11000100 1010010 110111

Color Harmonies of #30BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAEB

Black with #30BAEB

Text Example


Text Example

White with #30BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,235); }

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

background-color css

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

 a { background-color: rgb(48,186,235); }

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

border-color css

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

 span { border-color: rgb(48,186,235); }

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