Html Css Color HEX #30D7FA Summer Sky

📋 copy color: '#30D7FA'

red 48 ◦ green 215 ◦ blue 250

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

Shades of Summer Sky #30D7FA

Tints of Summer Sky #30D7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.91%

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

R = 9.36%
G = 41.91%
B = 48.73%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30D7FA (or 0x30D7FA) is known color: Summer Sky. HEX triplet: 30, D7 and FA. RGB value is (48,215,250). Sum of RGB (Red+Green+Blue) = 48+215+250=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #30D7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D7FA is #CF2805. Grayscale: #A8A8A8. Windows color (decimal): -13576198 or 16439088. OLE color: 16439088.

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

Color convert

RGB 48 215 250 -
CMYK 0.81 0.14 0 0.02
HSL 190.4º 0.95% 0.58% -
HSV(B) 190.4º 0.81% 0.98% -
XYZ 42.77 56.13 99.02 -
YUV 169.06 173.67 41.65 -
System Red Green Blue C M Y K H S L
Decimal 48 215 250 0.81 0.14 0 0.02 190.4 0.95 0.58
Hex 30 D7 FA 51 E 0 2 BE 5F 3A
Octal 60 327 372 121 16 0 2 276 137 72
Binary 110000 11010111 11111010 1010001 1110 0 10 10111110 1011111 111010

Color Harmonies of #30D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D7FA

Black with #30D7FA

Text Example


Text Example

White with #30D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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