Html Css Color HEX #30B3FA Summer Sky

📋 copy color: '#30B3FA'

red 48 ◦ green 179 ◦ blue 250

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

Shades of Summer Sky #30B3FA

Tints of Summer Sky #30B3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 10.06%
G = 37.53%
B = 52.41%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30B3FA (or 0x30B3FA) is known color: Summer Sky. HEX triplet: 30, B3 and FA. RGB value is (48,179,250). Sum of RGB (Red+Green+Blue) = 48+179+250=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #30B3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B3FA is #CF4C05. Grayscale: #939393. Windows color (decimal): -13585414 or 16429872. OLE color: 16429872.

HSL color Cylindrical-coordinate representation of color #30B3FA: hue angle of 201.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30B3FA is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 179 250 -
CMYK 0.81 0.28 0 0.02
HSL 201.09º 0.95% 0.58% -
HSV(B) 201.09º 0.81% 0.98% -
XYZ 34.59 39.77 96.3 -
YUV 147.93 185.6 56.73 -
System Red Green Blue C M Y K H S L
Decimal 48 179 250 0.81 0.28 0 0.02 201.09 0.95 0.58
Hex 30 B3 FA 51 1C 0 2 C9 5F 3A
Octal 60 263 372 121 34 0 2 311 137 72
Binary 110000 10110011 11111010 1010001 11100 0 10 11001001 1011111 111010

Color Harmonies of #30B3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B3FA

Black with #30B3FA

Text Example


Text Example

White with #30B3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,179,250); }

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

background-color css

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

 a { background-color: rgb(48,179,250); }

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

border-color css

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

 span { border-color: rgb(48,179,250); }

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