Html Css Color HEX #30ABFA Summer Sky

📋 copy color: '#30ABFA'

red 48 ◦ green 171 ◦ blue 250

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

Shades of Summer Sky #30ABFA

Tints of Summer Sky #30ABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 10.23%
G = 36.46%
B = 53.3%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30ABFA (or 0x30ABFA) is known color: Summer Sky. HEX triplet: 30, AB and FA. RGB value is (48,171,250). Sum of RGB (Red+Green+Blue) = 48+171+250=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #30ABFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABFA is #CF5405. Grayscale: #8E8E8E. Windows color (decimal): -13587462 or 16427824. OLE color: 16427824.

HSL color Cylindrical-coordinate representation of color #30ABFA: hue angle of 203.47º 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 #30ABFA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 171 250 -
CMYK 0.81 0.32 0 0.02
HSL 203.47º 0.95% 0.58% -
HSV(B) 203.47º 0.81% 0.98% -
XYZ 33.04 36.66 95.78 -
YUV 143.23 188.25 60.08 -
System Red Green Blue C M Y K H S L
Decimal 48 171 250 0.81 0.32 0 0.02 203.47 0.95 0.58
Hex 30 AB FA 51 20 0 2 CB 5F 3A
Octal 60 253 372 121 40 0 2 313 137 72
Binary 110000 10101011 11111010 1010001 100000 0 10 11001011 1011111 111010

Color Harmonies of #30ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABFA

Black with #30ABFA

Text Example


Text Example

White with #30ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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