Html Css Color HEX #30BFD7 Summer Sky

📋 copy color: '#30BFD7'

red 48 ◦ green 191 ◦ blue 215

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

Shades of Summer Sky #30BFD7

Tints of Summer Sky #30BFD7

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 10.57%
G = 42.07%
B = 47.36%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#30BFD7 (or 0x30BFD7) is known color: Summer Sky. HEX triplet: 30, BF and D7. RGB value is (48,191,215). Sum of RGB (Red+Green+Blue) = 48+191+215=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #30BFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFD7 is #CF4028. Grayscale: #969696. Windows color (decimal): -13582377 or 14139184. OLE color: 14139184.

HSL color Cylindrical-coordinate representation of color #30BFD7: hue angle of 188.62º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BFD7 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 191 215 -
CMYK 0.78 0.11 0 0.16
HSL 188.62º 0.68% 0.52% -
HSV(B) 188.62º 0.78% 0.84% -
XYZ 32.12 42.8 70.86 -
YUV 150.98 164.12 54.55 -
System Red Green Blue C M Y K H S L
Decimal 48 191 215 0.78 0.11 0 0.16 188.62 0.68 0.52
Hex 30 BF D7 4E B 0 10 BD 44 34
Octal 60 277 327 116 13 0 20 275 104 64
Binary 110000 10111111 11010111 1001110 1011 0 10000 10111101 1000100 110100

Color Harmonies of #30BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFD7

Black with #30BFD7

Text Example


Text Example

White with #30BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,215); }

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

background-color css

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

 a { background-color: rgb(48,191,215); }

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

border-color css

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

 span { border-color: rgb(48,191,215); }

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