Html Css Color HEX #30D9FD Summer Sky

📋 copy color: '#30D9FD'

red 48 ◦ green 217 ◦ blue 253

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

Shades of Summer Sky #30D9FD

Tints of Summer Sky #30D9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 9.27%
G = 41.89%
B = 48.84%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30D9FD (or 0x30D9FD) is known color: Summer Sky. HEX triplet: 30, D9 and FD. RGB value is (48,217,253). Sum of RGB (Red+Green+Blue) = 48+217+253=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #30D9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D9FD is #CF2602. Grayscale: #AAAAAA. Windows color (decimal): -13575683 or 16636208. OLE color: 16636208.

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

Color convert

RGB 48 217 253 -
CMYK 0.81 0.14 0 0.01
HSL 190.54º 0.98% 0.59% -
HSV(B) 190.54º 0.81% 0.99% -
XYZ 43.76 57.35 101.69 -
YUV 170.57 174.51 40.57 -
System Red Green Blue C M Y K H S L
Decimal 48 217 253 0.81 0.14 0 0.01 190.54 0.98 0.59
Hex 30 D9 FD 51 E 0 1 BF 62 3B
Octal 60 331 375 121 16 0 1 277 142 73
Binary 110000 11011001 11111101 1010001 1110 0 1 10111111 1100010 111011

Color Harmonies of #30D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D9FD

Black with #30D9FD

Text Example


Text Example

White with #30D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,253); }

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

background-color css

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

 a { background-color: rgb(48,217,253); }

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

border-color css

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

 span { border-color: rgb(48,217,253); }

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