Html Css Color HEX #30BAD8 Summer Sky

📋 copy color: '#30BAD8'

red 48 ◦ green 186 ◦ blue 216

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

Shades of Summer Sky #30BAD8

Tints of Summer Sky #30BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48%

R = 10.67%
G = 41.33%
B = 48%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#30BAD8 (or 0x30BAD8) is known color: Summer Sky. HEX triplet: 30, BA and D8. RGB value is (48,186,216). Sum of RGB (Red+Green+Blue) = 48+186+216=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #30BAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAD8 is #CF4527. Grayscale: #939393. Windows color (decimal): -13583656 or 14203440. OLE color: 14203440.

HSL color Cylindrical-coordinate representation of color #30BAD8: hue angle of 190.71º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BAD8 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 186 216 -
CMYK 0.78 0.14 0 0.15
HSL 190.71º 0.68% 0.52% -
HSV(B) 190.71º 0.78% 0.85% -
XYZ 31.17 40.7 71.18 -
YUV 148.16 166.28 56.56 -
System Red Green Blue C M Y K H S L
Decimal 48 186 216 0.78 0.14 0 0.15 190.71 0.68 0.52
Hex 30 BA D8 4E E 0 F BF 44 34
Octal 60 272 330 116 16 0 17 277 104 64
Binary 110000 10111010 11011000 1001110 1110 0 1111 10111111 1000100 110100

Color Harmonies of #30BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAD8

Black with #30BAD8

Text Example


Text Example

White with #30BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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