Html Css Color HEX #30AECD Summer Sky

📋 copy color: '#30AECD'

red 48 ◦ green 174 ◦ blue 205

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

Shades of Summer Sky #30AECD

Tints of Summer Sky #30AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

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

R = 11.24%
G = 40.75%
B = 48.01%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30AECD (or 0x30AECD) is known color: Summer Sky. HEX triplet: 30, AE and CD. RGB value is (48,174,205). Sum of RGB (Red+Green+Blue) = 48+174+205=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #30AECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AECD is #CF5132. Grayscale: #8B8B8B. Windows color (decimal): -13586739 or 13479472. OLE color: 13479472.

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

Color convert

RGB 48 174 205 -
CMYK 0.77 0.15 0 0.20
HSL 191.85º 0.62% 0.5% -
HSV(B) 191.85º 0.77% 0.8% -
XYZ 27.37 35.31 63.13 -
YUV 139.86 164.76 62.48 -
System Red Green Blue C M Y K H S L
Decimal 48 174 205 0.77 0.15 0 0.20 191.85 0.62 0.5
Hex 30 AE CD 4D F 0 14 C0 3E 32
Octal 60 256 315 115 17 0 24 300 76 62
Binary 110000 10101110 11001101 1001101 1111 0 10100 11000000 111110 110010

Color Harmonies of #30AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AECD

Black with #30AECD

Text Example


Text Example

White with #30AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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