Html Css Color HEX #30BADF Summer Sky

📋 copy color: '#30BADF'

red 48 ◦ green 186 ◦ blue 223

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

Shades of Summer Sky #30BADF

Tints of Summer Sky #30BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 10.5%
G = 40.7%
B = 48.8%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30BADF (or 0x30BADF) is known color: Summer Sky. HEX triplet: 30, BA and DF. RGB value is (48,186,223). Sum of RGB (Red+Green+Blue) = 48+186+223=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #30BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BADF is #CF4520. Grayscale: #949494. Windows color (decimal): -13583649 or 14662192. OLE color: 14662192.

HSL color Cylindrical-coordinate representation of color #30BADF: hue angle of 192.69º 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 #30BADF is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 186 223 -
CMYK 0.78 0.17 0 0.13
HSL 192.69º 0.73% 0.53% -
HSV(B) 192.69º 0.78% 0.87% -
XYZ 32.1 41.07 76.05 -
YUV 148.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 48 186 223 0.78 0.17 0 0.13 192.69 0.73 0.53
Hex 30 BA DF 4E 11 0 D C1 49 35
Octal 60 272 337 116 21 0 15 301 111 65
Binary 110000 10111010 11011111 1001110 10001 0 1101 11000001 1001001 110101

Color Harmonies of #30BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BADF

Black with #30BADF

Text Example


Text Example

White with #30BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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