Html Css Color HEX #30A6EA Summer Sky

📋 copy color: '#30A6EA'

red 48 ◦ green 166 ◦ blue 234

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

Shades of Summer Sky #30A6EA

Tints of Summer Sky #30A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 10.71%
G = 37.05%
B = 52.23%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30A6EA (or 0x30A6EA) is known color: Summer Sky. HEX triplet: 30, A6 and EA. RGB value is (48,166,234). Sum of RGB (Red+Green+Blue) = 48+166+234=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #30A6EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A6EA is #CF5915. Grayscale: #8A8A8A. Windows color (decimal): -13588758 or 15377968. OLE color: 15377968.

HSL color Cylindrical-coordinate representation of color #30A6EA: hue angle of 201.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30A6EA is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 166 234 -
CMYK 0.79 0.29 0 0.08
HSL 201.94º 0.82% 0.55% -
HSV(B) 201.94º 0.79% 0.92% -
XYZ 29.71 33.84 82.81 -
YUV 138.47 181.91 63.47 -
System Red Green Blue C M Y K H S L
Decimal 48 166 234 0.79 0.29 0 0.08 201.94 0.82 0.55
Hex 30 A6 EA 4F 1D 0 8 CA 52 37
Octal 60 246 352 117 35 0 10 312 122 67
Binary 110000 10100110 11101010 1001111 11101 0 1000 11001010 1010010 110111

Color Harmonies of #30A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A6EA

Black with #30A6EA

Text Example


Text Example

White with #30A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,234); }

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

background-color css

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

 a { background-color: rgb(48,166,234); }

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

border-color css

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

 span { border-color: rgb(48,166,234); }

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