Html Css Color HEX #30ABFC Summer Sky

📋 copy color: '#30ABFC'

red 48 ◦ green 171 ◦ blue 252

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

Shades of Summer Sky #30ABFC

Tints of Summer Sky #30ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 10.19%
G = 36.31%
B = 53.5%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30ABFC (or 0x30ABFC) is known color: Summer Sky. HEX triplet: 30, AB and FC. RGB value is (48,171,252). Sum of RGB (Red+Green+Blue) = 48+171+252=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #30ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABFC is #CF5403. Grayscale: #8F8F8F. Windows color (decimal): -13587460 or 16558896. OLE color: 16558896.

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

Color convert

RGB 48 171 252 -
CMYK 0.81 0.32 0 0.01
HSL 203.82º 0.97% 0.59% -
HSV(B) 203.82º 0.81% 0.99% -
XYZ 33.35 36.78 97.44 -
YUV 143.46 189.25 59.91 -
System Red Green Blue C M Y K H S L
Decimal 48 171 252 0.81 0.32 0 0.01 203.82 0.97 0.59
Hex 30 AB FC 51 20 0 1 CC 61 3B
Octal 60 253 374 121 40 0 1 314 141 73
Binary 110000 10101011 11111100 1010001 100000 0 1 11001100 1100001 111011

Color Harmonies of #30ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABFC

Black with #30ABFC

Text Example


Text Example

White with #30ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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