Html Css Color HEX #30BACB Summer Sky

📋 copy color: '#30BACB'

red 48 ◦ green 186 ◦ blue 203

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

Shades of Summer Sky #30BACB

Tints of Summer Sky #30BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 10.98%
G = 42.56%
B = 46.45%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30BACB (or 0x30BACB) is known color: Summer Sky. HEX triplet: 30, BA and CB. RGB value is (48,186,203). Sum of RGB (Red+Green+Blue) = 48+186+203=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #30BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BACB is #CF4534. Grayscale: #929292. Windows color (decimal): -13583669 or 13351472. OLE color: 13351472.

HSL color Cylindrical-coordinate representation of color #30BACB: hue angle of 186.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BACB is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 186 203 -
CMYK 0.76 0.08 0 0.20
HSL 186.58º 0.62% 0.49% -
HSV(B) 186.58º 0.76% 0.8% -
XYZ 29.56 40.06 62.67 -
YUV 146.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 48 186 203 0.76 0.08 0 0.20 186.58 0.62 0.49
Hex 30 BA CB 4C 8 0 14 BB 3E 31
Octal 60 272 313 114 10 0 24 273 76 61
Binary 110000 10111010 11001011 1001100 1000 0 10100 10111011 111110 110001

Color Harmonies of #30BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BACB

Black with #30BACB

Text Example


Text Example

White with #30BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,203); }

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

background-color css

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

 a { background-color: rgb(48,186,203); }

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

border-color css

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

 span { border-color: rgb(48,186,203); }

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