Html Css Color HEX #30ACED Summer Sky

📋 copy color: '#30ACED'

red 48 ◦ green 172 ◦ blue 237

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

Shades of Summer Sky #30ACED

Tints of Summer Sky #30ACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 10.5%
G = 37.64%
B = 51.86%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30ACED (or 0x30ACED) is known color: Summer Sky. HEX triplet: 30, AC and ED. RGB value is (48,172,237). Sum of RGB (Red+Green+Blue) = 48+172+237=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #30ACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACED is #CF5312. Grayscale: #8D8D8D. Windows color (decimal): -13587219 or 15576112. OLE color: 15576112.

HSL color Cylindrical-coordinate representation of color #30ACED: hue angle of 200.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ACED is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 172 237 -
CMYK 0.80 0.27 0 0.07
HSL 200.63º 0.84% 0.56% -
HSV(B) 200.63º 0.8% 0.93% -
XYZ 31.26 36.25 85.47 -
YUV 142.33 181.42 60.71 -
System Red Green Blue C M Y K H S L
Decimal 48 172 237 0.80 0.27 0 0.07 200.63 0.84 0.56
Hex 30 AC ED 50 1B 0 7 C9 54 38
Octal 60 254 355 120 33 0 7 311 124 70
Binary 110000 10101100 11101101 1010000 11011 0 111 11001001 1010100 111000

Color Harmonies of #30ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACED

Black with #30ACED

Text Example


Text Example

White with #30ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,237); }

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

background-color css

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

 a { background-color: rgb(48,172,237); }

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

border-color css

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

 span { border-color: rgb(48,172,237); }

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