Html Css Color HEX #30CDF8 Summer Sky

📋 copy color: '#30CDF8'

red 48 ◦ green 205 ◦ blue 248

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

Shades of Summer Sky #30CDF8

Tints of Summer Sky #30CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.92%

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 9.58%
G = 40.92%
B = 49.5%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#30CDF8 (or 0x30CDF8) is known color: Summer Sky. HEX triplet: 30, CD and F8. RGB value is (48,205,248). Sum of RGB (Red+Green+Blue) = 48+205+248=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #30CDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDF8 is #CF3207. Grayscale: #A2A2A2. Windows color (decimal): -13578760 or 16305456. OLE color: 16305456.

HSL color Cylindrical-coordinate representation of color #30CDF8: hue angle of 192.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30CDF8 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 205 248 -
CMYK 0.81 0.17 0 0.03
HSL 192.9º 0.93% 0.58% -
HSV(B) 192.9º 0.81% 0.97% -
XYZ 39.99 51.07 96.56 -
YUV 162.96 175.99 46 -
System Red Green Blue C M Y K H S L
Decimal 48 205 248 0.81 0.17 0 0.03 192.9 0.93 0.58
Hex 30 CD F8 51 11 0 3 C1 5D 3A
Octal 60 315 370 121 21 0 3 301 135 72
Binary 110000 11001101 11111000 1010001 10001 0 11 11000001 1011101 111010

Color Harmonies of #30CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDF8

Black with #30CDF8

Text Example


Text Example

White with #30CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,205,248); }

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

background-color css

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

 a { background-color: rgb(48,205,248); }

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

border-color css

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

 span { border-color: rgb(48,205,248); }

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