Html Css Color HEX #30DAFF Summer Sky

📋 copy color: '#30DAFF'

red 48 ◦ green 218 ◦ blue 255

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

Shades of Summer Sky #30DAFF

Tints of Summer Sky #30DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 9.21%
G = 41.84%
B = 48.94%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30DAFF (or 0x30DAFF) is known color: Summer Sky. HEX triplet: 30, DA and FF. RGB value is (48,218,255). Sum of RGB (Red+Green+Blue) = 48+218+255=521 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.21% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #30DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DAFF is #CF2500. Grayscale: #ABABAB. Windows color (decimal): -13575425 or 16767536. OLE color: 16767536.

HSL color Cylindrical-coordinate representation of color #30DAFF: hue angle of 190.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DAFF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 218 255 -
CMYK 0.81 0.15 0 0
HSL 190.72º 1% 0.59% -
HSV(B) 190.72º 0.81% 1% -
XYZ 44.34 57.99 103.46 -
YUV 171.39 175.18 39.99 -
System Red Green Blue C M Y K H S L
Decimal 48 218 255 0.81 0.15 0 0 190.72 1 0.59
Hex 30 DA FF 51 F 0 0 BF 64 3B
Octal 60 332 377 121 17 0 0 277 144 73
Binary 110000 11011010 11111111 1010001 1111 0 0 10111111 1100100 111011

Color Harmonies of #30DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DAFF

Black with #30DAFF

Text Example


Text Example

White with #30DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,218,255); }

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

background-color css

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

 a { background-color: rgb(48,218,255); }

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

border-color css

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

 span { border-color: rgb(48,218,255); }

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