Html Css Color HEX #30D1FA Summer Sky

📋 copy color: '#30D1FA'

red 48 ◦ green 209 ◦ blue 250

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

Shades of Summer Sky #30D1FA

Tints of Summer Sky #30D1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

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

R = 9.47%
G = 41.22%
B = 49.31%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30D1FA (or 0x30D1FA) is known color: Summer Sky. HEX triplet: 30, D1 and FA. RGB value is (48,209,250). Sum of RGB (Red+Green+Blue) = 48+209+250=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #30D1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D1FA is #CF2E05. Grayscale: #A5A5A5. Windows color (decimal): -13577734 or 16437552. OLE color: 16437552.

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

Color convert

RGB 48 209 250 -
CMYK 0.81 0.16 0 0.02
HSL 192.18º 0.95% 0.58% -
HSV(B) 192.18º 0.81% 0.98% -
XYZ 41.27 53.13 98.52 -
YUV 165.54 175.66 44.17 -
System Red Green Blue C M Y K H S L
Decimal 48 209 250 0.81 0.16 0 0.02 192.18 0.95 0.58
Hex 30 D1 FA 51 10 0 2 C0 5F 3A
Octal 60 321 372 121 20 0 2 300 137 72
Binary 110000 11010001 11111010 1010001 10000 0 10 11000000 1011111 111010

Color Harmonies of #30D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D1FA

Black with #30D1FA

Text Example


Text Example

White with #30D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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