Html Css Color HEX #30BADE Summer Sky

📋 copy color: '#30BADE'

red 48 ◦ green 186 ◦ blue 222

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

Shades of Summer Sky #30BADE

Tints of Summer Sky #30BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 10.53%
G = 40.79%
B = 48.68%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30BADE (or 0x30BADE) is known color: Summer Sky. HEX triplet: 30, BA and DE. RGB value is (48,186,222). Sum of RGB (Red+Green+Blue) = 48+186+222=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #30BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BADE is #CF4521. Grayscale: #949494. Windows color (decimal): -13583650 or 14596656. OLE color: 14596656.

HSL color Cylindrical-coordinate representation of color #30BADE: hue angle of 192.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BADE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 186 222 -
CMYK 0.78 0.16 0 0.13
HSL 192.41º 0.73% 0.53% -
HSV(B) 192.41º 0.78% 0.87% -
XYZ 31.96 41.02 75.34 -
YUV 148.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 48 186 222 0.78 0.16 0 0.13 192.41 0.73 0.53
Hex 30 BA DE 4E 10 0 D C0 48 35
Octal 60 272 336 116 20 0 15 300 110 65
Binary 110000 10111010 11011110 1001110 10000 0 1101 11000000 1001000 110101

Color Harmonies of #30BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BADE

Black with #30BADE

Text Example


Text Example

White with #30BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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