Html Css Color HEX #30BEDE Summer Sky

📋 copy color: '#30BEDE'

red 48 ◦ green 190 ◦ blue 222

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

Shades of Summer Sky #30BEDE

Tints of Summer Sky #30BEDE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

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

R = 10.43%
G = 41.3%
B = 48.26%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30BEDE (or 0x30BEDE) is known color: Summer Sky. HEX triplet: 30, BE and DE. RGB value is (48,190,222). Sum of RGB (Red+Green+Blue) = 48+190+222=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #30BEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BEDE is #CF4121. Grayscale: #969696. Windows color (decimal): -13582626 or 14597680. OLE color: 14597680.

HSL color Cylindrical-coordinate representation of color #30BEDE: hue angle of 191.03º 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 #30BEDE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 190 222 -
CMYK 0.78 0.14 0 0.13
HSL 191.03º 0.73% 0.53% -
HSV(B) 191.03º 0.78% 0.87% -
XYZ 32.82 42.73 75.63 -
YUV 151.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 48 190 222 0.78 0.14 0 0.13 191.03 0.73 0.53
Hex 30 BE DE 4E E 0 D BF 48 35
Octal 60 276 336 116 16 0 15 277 110 65
Binary 110000 10111110 11011110 1001110 1110 0 1101 10111111 1001000 110101

Color Harmonies of #30BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BEDE

Black with #30BEDE

Text Example


Text Example

White with #30BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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