Html Css Color HEX #30D5FC Summer Sky

📋 copy color: '#30D5FC'

red 48 ◦ green 213 ◦ blue 252

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

Shades of Summer Sky #30D5FC

Tints of Summer Sky #30D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.52%

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

R = 9.36%
G = 41.52%
B = 49.12%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30D5FC (or 0x30D5FC) is known color: Summer Sky. HEX triplet: 30, D5 and FC. RGB value is (48,213,252). Sum of RGB (Red+Green+Blue) = 48+213+252=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #30D5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D5FC is #CF2A03. Grayscale: #A7A7A7. Windows color (decimal): -13576708 or 16569648. OLE color: 16569648.

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

Color convert

RGB 48 213 252 -
CMYK 0.81 0.15 0 0.01
HSL 191.47º 0.97% 0.59% -
HSV(B) 191.47º 0.81% 0.99% -
XYZ 42.58 55.25 100.51 -
YUV 168.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 48 213 252 0.81 0.15 0 0.01 191.47 0.97 0.59
Hex 30 D5 FC 51 F 0 1 BF 61 3B
Octal 60 325 374 121 17 0 1 277 141 73
Binary 110000 11010101 11111100 1010001 1111 0 1 10111111 1100001 111011

Color Harmonies of #30D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D5FC

Black with #30D5FC

Text Example


Text Example

White with #30D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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