Html Css Color HEX #30BACF Summer Sky

📋 copy color: '#30BACF'

red 48 ◦ green 186 ◦ blue 207

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

Shades of Summer Sky #30BACF

Tints of Summer Sky #30BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 10.88%
G = 42.18%
B = 46.94%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30BACF (or 0x30BACF) is known color: Summer Sky. HEX triplet: 30, BA and CF. RGB value is (48,186,207). Sum of RGB (Red+Green+Blue) = 48+186+207=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #30BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BACF is #CF4530. Grayscale: #929292. Windows color (decimal): -13583665 or 13613616. OLE color: 13613616.

HSL color Cylindrical-coordinate representation of color #30BACF: hue angle of 187.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BACF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 186 207 -
CMYK 0.77 0.10 0 0.19
HSL 187.92º 0.62% 0.5% -
HSV(B) 187.92º 0.77% 0.81% -
XYZ 30.04 40.25 65.22 -
YUV 147.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 48 186 207 0.77 0.10 0 0.19 187.92 0.62 0.5
Hex 30 BA CF 4D A 0 13 BC 3E 32
Octal 60 272 317 115 12 0 23 274 76 62
Binary 110000 10111010 11001111 1001101 1010 0 10011 10111100 111110 110010

Color Harmonies of #30BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BACF

Black with #30BACF

Text Example


Text Example

White with #30BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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