Html Css Color HEX #30D0FA Summer Sky

📋 copy color: '#30D0FA'

red 48 ◦ green 208 ◦ blue 250

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

Shades of Summer Sky #30D0FA

Tints of Summer Sky #30D0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 9.49%
G = 41.11%
B = 49.41%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#30D0FA (or 0x30D0FA) is known color: Summer Sky. HEX triplet: 30, D0 and FA. RGB value is (48,208,250). Sum of RGB (Red+Green+Blue) = 48+208+250=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #30D0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D0FA is #CF2F05. Grayscale: #A4A4A4. Windows color (decimal): -13577990 or 16437296. OLE color: 16437296.

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

Color convert

RGB 48 208 250 -
CMYK 0.81 0.17 0 0.02
HSL 192.48º 0.95% 0.58% -
HSV(B) 192.48º 0.81% 0.98% -
XYZ 41.03 52.64 98.44 -
YUV 164.95 175.99 44.58 -
System Red Green Blue C M Y K H S L
Decimal 48 208 250 0.81 0.17 0 0.02 192.48 0.95 0.58
Hex 30 D0 FA 51 11 0 2 C0 5F 3A
Octal 60 320 372 121 21 0 2 300 137 72
Binary 110000 11010000 11111010 1010001 10001 0 10 11000000 1011111 111010

Color Harmonies of #30D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D0FA

Black with #30D0FA

Text Example


Text Example

White with #30D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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