Html Css Color HEX #30B2CD Summer Sky

📋 copy color: '#30B2CD'

red 48 ◦ green 178 ◦ blue 205

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

Shades of Summer Sky #30B2CD

Tints of Summer Sky #30B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 11.14%
G = 41.3%
B = 47.56%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30B2CD (or 0x30B2CD) is known color: Summer Sky. HEX triplet: 30, B2 and CD. RGB value is (48,178,205). Sum of RGB (Red+Green+Blue) = 48+178+205=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #30B2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B2CD is #CF4D32. Grayscale: #8D8D8D. Windows color (decimal): -13585715 or 13480496. OLE color: 13480496.

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

Color convert

RGB 48 178 205 -
CMYK 0.77 0.13 0 0.20
HSL 190.32º 0.62% 0.5% -
HSV(B) 190.32º 0.77% 0.8% -
XYZ 28.16 36.88 63.39 -
YUV 142.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 48 178 205 0.77 0.13 0 0.20 190.32 0.62 0.5
Hex 30 B2 CD 4D D 0 14 BE 3E 32
Octal 60 262 315 115 15 0 24 276 76 62
Binary 110000 10110010 11001101 1001101 1101 0 10100 10111110 111110 110010

Color Harmonies of #30B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B2CD

Black with #30B2CD

Text Example


Text Example

White with #30B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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