Html Css Color HEX #30A8EB Summer Sky

📋 copy color: '#30A8EB'

red 48 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #30A8EB

Tints of Summer Sky #30A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 10.64%
G = 37.25%
B = 52.11%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30A8EB (or 0x30A8EB) is known color: Summer Sky. HEX triplet: 30, A8 and EB. RGB value is (48,168,235). Sum of RGB (Red+Green+Blue) = 48+168+235=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #30A8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A8EB is #CF5714. Grayscale: #8B8B8B. Windows color (decimal): -13588245 or 15444016. OLE color: 15444016.

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

Color convert

RGB 48 168 235 -
CMYK 0.80 0.29 0 0.08
HSL 201.5º 0.82% 0.55% -
HSV(B) 201.5º 0.8% 0.92% -
XYZ 30.22 34.63 83.69 -
YUV 139.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 48 168 235 0.80 0.29 0 0.08 201.5 0.82 0.55
Hex 30 A8 EB 50 1D 0 8 C9 52 37
Octal 60 250 353 120 35 0 10 311 122 67
Binary 110000 10101000 11101011 1010000 11101 0 1000 11001001 1010010 110111

Color Harmonies of #30A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A8EB

Black with #30A8EB

Text Example


Text Example

White with #30A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,168,235); }

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

background-color css

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

 a { background-color: rgb(48,168,235); }

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

border-color css

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

 span { border-color: rgb(48,168,235); }

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