Html Css Color HEX #30A1CD Summer Sky

📋 copy color: '#30A1CD'

red 48 ◦ green 161 ◦ blue 205

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

Shades of Summer Sky #30A1CD

Tints of Summer Sky #30A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 11.59%
G = 38.89%
B = 49.52%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30A1CD (or 0x30A1CD) is known color: Summer Sky. HEX triplet: 30, A1 and CD. RGB value is (48,161,205). Sum of RGB (Red+Green+Blue) = 48+161+205=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #30A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A1CD is #CF5E32. Grayscale: #838383. Windows color (decimal): -13590067 or 13476144. OLE color: 13476144.

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

Color convert

RGB 48 161 205 -
CMYK 0.77 0.21 0 0.20
HSL 196.82º 0.62% 0.5% -
HSV(B) 196.82º 0.77% 0.8% -
XYZ 24.98 30.53 62.33 -
YUV 132.23 169.06 67.92 -
System Red Green Blue C M Y K H S L
Decimal 48 161 205 0.77 0.21 0 0.20 196.82 0.62 0.5
Hex 30 A1 CD 4D 15 0 14 C5 3E 32
Octal 60 241 315 115 25 0 24 305 76 62
Binary 110000 10100001 11001101 1001101 10101 0 10100 11000101 111110 110010

Color Harmonies of #30A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A1CD

Black with #30A1CD

Text Example


Text Example

White with #30A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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