Html Css Color HEX #30BFDA Summer Sky

📋 copy color: '#30BFDA'

red 48 ◦ green 191 ◦ blue 218

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

Shades of Summer Sky #30BFDA

Tints of Summer Sky #30BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 10.5%
G = 41.79%
B = 47.7%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#30BFDA (or 0x30BFDA) is known color: Summer Sky. HEX triplet: 30, BF and DA. RGB value is (48,191,218). Sum of RGB (Red+Green+Blue) = 48+191+218=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #30BFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFDA is #CF4025. Grayscale: #979797. Windows color (decimal): -13582374 or 14335792. OLE color: 14335792.

HSL color Cylindrical-coordinate representation of color #30BFDA: hue angle of 189.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BFDA is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 191 218 -
CMYK 0.78 0.12 0 0.15
HSL 189.53º 0.7% 0.52% -
HSV(B) 189.53º 0.78% 0.85% -
XYZ 32.5 42.95 72.91 -
YUV 151.32 165.62 54.3 -
System Red Green Blue C M Y K H S L
Decimal 48 191 218 0.78 0.12 0 0.15 189.53 0.7 0.52
Hex 30 BF DA 4E C 0 F BE 46 34
Octal 60 277 332 116 14 0 17 276 106 64
Binary 110000 10111111 11011010 1001110 1100 0 1111 10111110 1000110 110100

Color Harmonies of #30BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFDA

Black with #30BFDA

Text Example


Text Example

White with #30BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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