Html Css Color HEX #30B2EB Summer Sky

📋 copy color: '#30B2EB'

red 48 ◦ green 178 ◦ blue 235

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

Shades of Summer Sky #30B2EB

Tints of Summer Sky #30B2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

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

R = 10.41%
G = 38.61%
B = 50.98%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30B2EB (or 0x30B2EB) is known color: Summer Sky. HEX triplet: 30, B2 and EB. RGB value is (48,178,235). Sum of RGB (Red+Green+Blue) = 48+178+235=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #30B2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30B2EB is #CF4D14. Grayscale: #919191. Windows color (decimal): -13585685 or 15446576. OLE color: 15446576.

HSL color Cylindrical-coordinate representation of color #30B2EB: hue angle of 198.29º 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 #30B2EB is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 178 235 -
CMYK 0.80 0.24 0 0.08
HSL 198.29º 0.82% 0.55% -
HSV(B) 198.29º 0.8% 0.92% -
XYZ 32.13 38.47 84.33 -
YUV 145.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 48 178 235 0.80 0.24 0 0.08 198.29 0.82 0.55
Hex 30 B2 EB 50 18 0 8 C6 52 37
Octal 60 262 353 120 30 0 10 306 122 67
Binary 110000 10110010 11101011 1010000 11000 0 1000 11000110 1010010 110111

Color Harmonies of #30B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B2EB

Black with #30B2EB

Text Example


Text Example

White with #30B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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