Html Css Color HEX #30ABFB Summer Sky

📋 copy color: '#30ABFB'

red 48 ◦ green 171 ◦ blue 251

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

Shades of Summer Sky #30ABFB

Tints of Summer Sky #30ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 10.21%
G = 36.38%
B = 53.4%

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

#30ABFB (or 0x30ABFB) is known color: Summer Sky. HEX triplet: 30, AB and FB. RGB value is (48,171,251). Sum of RGB (Red+Green+Blue) = 48+171+251=470 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.21% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #30ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABFB is #CF5404. Grayscale: #8E8E8E. Windows color (decimal): -13587461 or 16493360. OLE color: 16493360.

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

Color convert

RGB 48 171 251 -
CMYK 0.81 0.32 0 0.02
HSL 203.65º 0.96% 0.59% -
HSV(B) 203.65º 0.81% 0.98% -
XYZ 33.19 36.72 96.6 -
YUV 143.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 48 171 251 0.81 0.32 0 0.02 203.65 0.96 0.59
Hex 30 AB FB 51 20 0 2 CC 60 3B
Octal 60 253 373 121 40 0 2 314 140 73
Binary 110000 10101011 11111011 1010001 100000 0 10 11001100 1100000 111011

Color Harmonies of #30ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABFB

Black with #30ABFB

Text Example


Text Example

White with #30ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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