Html Css Color HEX #30BDCA Summer Sky

📋 copy color: '#30BDCA'

red 48 ◦ green 189 ◦ blue 202

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

Shades of Summer Sky #30BDCA

Tints of Summer Sky #30BDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 10.93%
G = 43.05%
B = 46.01%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30BDCA (or 0x30BDCA) is known color: Summer Sky. HEX triplet: 30, BD and CA. RGB value is (48,189,202). Sum of RGB (Red+Green+Blue) = 48+189+202=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDCA is #CF4235. Grayscale: #949494. Windows color (decimal): -13582902 or 13286704. OLE color: 13286704.

HSL color Cylindrical-coordinate representation of color #30BDCA: hue angle of 185.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BDCA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 189 202 -
CMYK 0.76 0.06 0 0.21
HSL 185.06º 0.62% 0.49% -
HSV(B) 185.06º 0.76% 0.79% -
XYZ 30.08 41.29 62.26 -
YUV 148.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 48 189 202 0.76 0.06 0 0.21 185.06 0.62 0.49
Hex 30 BD CA 4C 6 0 15 B9 3E 31
Octal 60 275 312 114 6 0 25 271 76 61
Binary 110000 10111101 11001010 1001100 110 0 10101 10111001 111110 110001

Color Harmonies of #30BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDCA

Black with #30BDCA

Text Example


Text Example

White with #30BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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