Html Css Color HEX #30BDCD Summer Sky

📋 copy color: '#30BDCD'

red 48 ◦ green 189 ◦ blue 205

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

Shades of Summer Sky #30BDCD

Tints of Summer Sky #30BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 10.86%
G = 42.76%
B = 46.38%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30BDCD (or 0x30BDCD) is known color: Summer Sky. HEX triplet: 30, BD and CD. RGB value is (48,189,205). Sum of RGB (Red+Green+Blue) = 48+189+205=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #30BDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDCD is #CF4232. Grayscale: #949494. Windows color (decimal): -13582899 or 13483312. OLE color: 13483312.

HSL color Cylindrical-coordinate representation of color #30BDCD: hue angle of 186.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BDCD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 189 205 -
CMYK 0.77 0.08 0 0.20
HSL 186.11º 0.62% 0.5% -
HSV(B) 186.11º 0.77% 0.8% -
XYZ 30.44 41.43 64.15 -
YUV 148.67 159.79 56.2 -
System Red Green Blue C M Y K H S L
Decimal 48 189 205 0.77 0.08 0 0.20 186.11 0.62 0.5
Hex 30 BD CD 4D 8 0 14 BA 3E 32
Octal 60 275 315 115 10 0 24 272 76 62
Binary 110000 10111101 11001101 1001101 1000 0 10100 10111010 111110 110010

Color Harmonies of #30BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDCD

Black with #30BDCD

Text Example


Text Example

White with #30BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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