Html Css Color HEX #30BDD5 Summer Sky

📋 copy color: '#30BDD5'

red 48 ◦ green 189 ◦ blue 213

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

Shades of Summer Sky #30BDD5

Tints of Summer Sky #30BDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 10.67%
G = 42%
B = 47.33%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#30BDD5 (or 0x30BDD5) is known color: Summer Sky. HEX triplet: 30, BD and D5. RGB value is (48,189,213). Sum of RGB (Red+Green+Blue) = 48+189+213=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #30BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDD5 is #CF422A. Grayscale: #959595. Windows color (decimal): -13582891 or 14007600. OLE color: 14007600.

HSL color Cylindrical-coordinate representation of color #30BDD5: hue angle of 188.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BDD5 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 189 213 -
CMYK 0.77 0.11 0 0.16
HSL 188.73º 0.66% 0.51% -
HSV(B) 188.73º 0.77% 0.84% -
XYZ 31.43 41.83 69.37 -
YUV 149.58 163.79 55.55 -
System Red Green Blue C M Y K H S L
Decimal 48 189 213 0.77 0.11 0 0.16 188.73 0.66 0.51
Hex 30 BD D5 4D B 0 10 BD 42 33
Octal 60 275 325 115 13 0 20 275 102 63
Binary 110000 10111101 11010101 1001101 1011 0 10000 10111101 1000010 110011

Color Harmonies of #30BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDD5

Black with #30BDD5

Text Example


Text Example

White with #30BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,189,213); }

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

background-color css

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

 a { background-color: rgb(48,189,213); }

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

border-color css

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

 span { border-color: rgb(48,189,213); }

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