Html Css Color HEX #30D3FB Summer Sky

📋 copy color: '#30D3FB'

red 48 ◦ green 211 ◦ blue 251

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

Shades of Summer Sky #30D3FB

Tints of Summer Sky #30D3FB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.37%

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

R = 9.41%
G = 41.37%
B = 49.22%

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

#30D3FB (or 0x30D3FB) is known color: Summer Sky. HEX triplet: 30, D3 and FB. RGB value is (48,211,251). Sum of RGB (Red+Green+Blue) = 48+211+251=510 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.41% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #30D3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D3FB is #CF2C04. Grayscale: #A6A6A6. Windows color (decimal): -13577221 or 16503600. OLE color: 16503600.

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

Color convert

RGB 48 211 251 -
CMYK 0.81 0.16 0 0.02
HSL 191.82º 0.96% 0.59% -
HSV(B) 191.82º 0.81% 0.98% -
XYZ 41.93 54.18 99.52 -
YUV 166.82 175.5 43.25 -
System Red Green Blue C M Y K H S L
Decimal 48 211 251 0.81 0.16 0 0.02 191.82 0.96 0.59
Hex 30 D3 FB 51 10 0 2 C0 60 3B
Octal 60 323 373 121 20 0 2 300 140 73
Binary 110000 11010011 11111011 1010001 10000 0 10 11000000 1100000 111011

Color Harmonies of #30D3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D3FB

Black with #30D3FB

Text Example


Text Example

White with #30D3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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