Html Css Color HEX #30BCDE Summer Sky

📋 copy color: '#30BCDE'

red 48 ◦ green 188 ◦ blue 222

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

Shades of Summer Sky #30BCDE

Tints of Summer Sky #30BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.05%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 10.48%
G = 41.05%
B = 48.47%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30BCDE (or 0x30BCDE) is known color: Summer Sky. HEX triplet: 30, BC and DE. RGB value is (48,188,222). Sum of RGB (Red+Green+Blue) = 48+188+222=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #30BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCDE is #CF4321. Grayscale: #959595. Windows color (decimal): -13583138 or 14597168. OLE color: 14597168.

HSL color Cylindrical-coordinate representation of color #30BCDE: hue angle of 191.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BCDE is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 188 222 -
CMYK 0.78 0.15 0 0.13
HSL 191.72º 0.73% 0.53% -
HSV(B) 191.72º 0.78% 0.87% -
XYZ 32.39 41.87 75.48 -
YUV 150.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 48 188 222 0.78 0.15 0 0.13 191.72 0.73 0.53
Hex 30 BC DE 4E F 0 D C0 48 35
Octal 60 274 336 116 17 0 15 300 110 65
Binary 110000 10111100 11011110 1001110 1111 0 1101 11000000 1001000 110101

Color Harmonies of #30BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCDE

Black with #30BCDE

Text Example


Text Example

White with #30BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,222); }

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

background-color css

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

 a { background-color: rgb(48,188,222); }

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

border-color css

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

 span { border-color: rgb(48,188,222); }

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