Html Css Color HEX #30A8EF Summer Sky

📋 copy color: '#30A8EF'

red 48 ◦ green 168 ◦ blue 239

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

Shades of Summer Sky #30A8EF

Tints of Summer Sky #30A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 10.55%
G = 36.92%
B = 52.53%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30A8EF (or 0x30A8EF) is known color: Summer Sky. HEX triplet: 30, A8 and EF. RGB value is (48,168,239). Sum of RGB (Red+Green+Blue) = 48+168+239=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #30A8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A8EF is #CF5710. Grayscale: #8B8B8B. Windows color (decimal): -13588241 or 15706160. OLE color: 15706160.

HSL color Cylindrical-coordinate representation of color #30A8EF: hue angle of 202.3º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A8EF is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 168 239 -
CMYK 0.80 0.30 0 0.06
HSL 202.3º 0.86% 0.56% -
HSV(B) 202.3º 0.8% 0.94% -
XYZ 30.8 34.87 86.77 -
YUV 140.21 183.74 62.23 -
System Red Green Blue C M Y K H S L
Decimal 48 168 239 0.80 0.30 0 0.06 202.3 0.86 0.56
Hex 30 A8 EF 50 1E 0 6 CA 56 38
Octal 60 250 357 120 36 0 6 312 126 70
Binary 110000 10101000 11101111 1010000 11110 0 110 11001010 1010110 111000

Color Harmonies of #30A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A8EF

Black with #30A8EF

Text Example


Text Example

White with #30A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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