Html Css Color HEX #30B5CA Summer Sky

📋 copy color: '#30B5CA'

red 48 ◦ green 181 ◦ blue 202

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

Shades of Summer Sky #30B5CA

Tints of Summer Sky #30B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

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

R = 11.14%
G = 42%
B = 46.87%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30B5CA (or 0x30B5CA) is known color: Summer Sky. HEX triplet: 30, B5 and CA. RGB value is (48,181,202). Sum of RGB (Red+Green+Blue) = 48+181+202=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #30B5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B5CA is #CF4A35. Grayscale: #8F8F8F. Windows color (decimal): -13584950 or 13284656. OLE color: 13284656.

HSL color Cylindrical-coordinate representation of color #30B5CA: hue angle of 188.18º 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 #30B5CA is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 181 202 -
CMYK 0.76 0.10 0 0.21
HSL 188.18º 0.62% 0.49% -
HSV(B) 188.18º 0.76% 0.79% -
XYZ 28.4 37.94 61.7 -
YUV 143.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 48 181 202 0.76 0.10 0 0.21 188.18 0.62 0.49
Hex 30 B5 CA 4C A 0 15 BC 3E 31
Octal 60 265 312 114 12 0 25 274 76 61
Binary 110000 10110101 11001010 1001100 1010 0 10101 10111100 111110 110001

Color Harmonies of #30B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B5CA

Black with #30B5CA

Text Example


Text Example

White with #30B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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